Click or drag to resize

EntityBase2CreateEntityCollectionForTypeT Method

Returns a new EntityCollection instance of the generated type for the specific entity type T

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected virtual IEntityCollection2 CreateEntityCollectionForType<T>()
where T : EntityBase2

Type Parameters

T
The entity type the collection is for

Return Value

Type: IEntityCollection2
See Also