IEntityDataProjector Interface |
Interface which defines a projector engine for projecting entity data. The engine consumes projected raw data and produces an object which
from then on contains the raw data.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public interface IEntityDataProjector
Public Interface IEntityDataProjector
The IEntityDataProjector type exposes the following members.
Methods
| Name | Description |
---|
| AddProjectionResultToContainer |
Adds a new projection result to the container contained into this instance. The container has to be set in the constructor.
|
TopSee Also