FieldKernelGetValue Method |
Retrieve the value from the field applying any specified transformations.
If no transformation is required use
Value.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Object GetValue(
GetValFlags flags,
Object param
)
Public Function GetValue (
flags As GetValFlags,
param As Object
) As Object
Parameters
- flags
- Type: NetQuarry.DataGetValFlags
Options specifying how the retrieval is to be performed. - param
- Type: SystemObject
Use depends on the flags specified.
Return Value
Type:
ObjectThe value with any appropriate transformations.
Implements
IFieldGetValue(GetValFlags, Object)See Also