Click or drag to resize

IFieldGetValue Method

Retrieve the value from the field applying any specified transformations. If no transformation is required use Value.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
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.
See Also