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