Click or drag to resize

DataProjectorToCustomClass<T>.Initialize Method

Initializes the projector, using the projectors if necessary.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public virtual void Initialize(
	List<IDataValueProjector> valueProjectors,
	IDataReader dataSource
)

Parameters

valueProjectors
Type: System.Collections.Generic.List<IDataValueProjector>
The value projectors.
dataSource
Type: System.Data.IDataReader
The data source. Open datareader to project from.

Implements

IGeneralDataProjector.Initialize(List<IDataValueProjector>, IDataReader)
See Also