EntityPropertyProjectorProjectEntityProperty Method |
Projects the entity through this entity property projector and results into a single value, based on what the DefaultValueProducer is and
what filter is specified (if any)
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax public Object ProjectEntityProperty(
IEntityCore entity
)
Public Function ProjectEntityProperty (
entity As IEntityCore
) As Object
Parameters
- entity
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity to project. The DefaultValueProducer, ValueFilter, AlternativeValueProducer and the method to post process
the value will determine what the returned value is
Return Value
Type:
Object
Projection result of an entity's property using this entity property descriptor.
Implements
IEntityPropertyProjectorProjectEntityProperty(IEntityCore)See Also