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.4.0.0 (5.4.0)
Syntax protected virtual IEntityCollection2 CreateEntityCollectionForType<T>()
where T : EntityBase2
Protected Overridable Function CreateEntityCollectionForType(Of T As EntityBase2) As IEntityCollection2
Type Parameters
- T
- The entity type the collection is for
Return Value
Type:
IEntityCollection2See Also