IGeneralDataProjector Interface |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The IGeneralDataProjector type exposes the following members.
Name | Description | |
---|---|---|
RequiresNewObjectArrayPerRow |
Gets a value indicating whether this projector requires a new object array per row. Default is true. If false, the object array passed in as plain result
is always the same array. This is useful if the projector copies the data from the rawProjectionResult to the actual instance and doesn't re-use the
row anyway. Value is ignored if value projections are required for the projection.
|
Name | Description | |
---|---|---|
AddProjectionResultToContainer |
Adds a new projection result to the container contained into this instance. The container has to be set in the constructor.
| |
Initialize |
Initializes the projector, using the projectors if necessary.
|