Click or drag to resize

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
)

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: Object
The value with any appropriate transformations.

Implements

IFieldGetValue(GetValFlags, Object)
See Also