Method AddEntityType
AddEntityType<T>()
Adds an entity type to the list.
public void AddEntityType<T>() where T : class
Type Parameters
TThe type of the entity.
Adds an entity type to the list.
public void AddEntityType<T>() where T : class
TThe type of the entity.