IEntityPropertyProjectorProjectEntityProperty 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.9.0.0 (5.9.0)
SyntaxObject ProjectEntityProperty(
	IEntityCore entity
)
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: 
ObjectProjection result of an entity's property using this entity property descriptor.
See Also