Click or drag to resize
DataProjectorToCustomClassT Properties

The DataProjectorToCustomClassT generic type exposes the following members.

Properties
  NameDescription
Protected propertyCTorInfoUsed
Gets the constructor info used during projections
Public propertyDestination
Gets the destination.
Protected propertyPropertyDescriptors
Gets the property descriptors for the type this projector projects to. These descriptors are cached so multi-row projections are fast.
Public propertyRequiresNewObjectArrayPerRow
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.
Top
See Also