DataProjectorToIEntityCollection Constructor |
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 public DataProjectorToIEntityCollection(
IEntityCollection destination
)
Public Sub New (
destination As IEntityCollection
)
Parameters
- destination
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection
The destination of the data. It's required that the destination collection has a factory set.
See Also