Click or drag to resize

DataProjectorToIEntityCollection2 Constructor

Initializes a new instance of the DataProjectorToIEntityCollection2 class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public DataProjectorToIEntityCollection2(
	IEntityCollection2 destination
)

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