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