| IGeneralDataProjectorInitialize 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.2.0.0 (5.2.17.0403)
Syntaxvoid Initialize(
	List<IDataValueProjector> valueProjectors,
	IDataReader dataSource
)
Sub Initialize ( 
	valueProjectors As List(Of IDataValueProjector),
	dataSource As IDataReader
)
Parameters
- valueProjectors
 - Type: System.Collections.GenericListIDataValueProjector
The value projectors. - dataSource
 - Type: System.DataIDataReader
The data source. Open datareader to project from. 
See Also