IEntityFactory2CreateEntityCollection Method |
Creates a new generic EntityCollection(Of T) for the entity to which this factory belongs.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax IEntityCollection2 CreateEntityCollection()
Function CreateEntityCollection As IEntityCollection2
Return Value
Type:
IEntityCollection2ready to use generic EntityCollection(Of T) with this factory set as the factory
See Also