IExpressionInterpretGetValue Method |
Interprets the implementing expression class on the passed in entity.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax Object GetValue(
IEntityCore entity
)
Function GetValue (
entity As IEntityCore
) As Object
Parameters
- entity
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity.
Return Value
Type:
ObjectThe value the expression resolves to based on the entity passed in. Returns DBNull.Value if it resolves to null
See Also