Click or drag to resize

FieldKernelGetCtrlValue Method (ControlValueGetFlags, Object)

Get the value from the control bound to this field.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string GetCtrlValue(
	ControlValueGetFlags flags,
	Object ctrl
)

Parameters

flags
Type: NetQuarry.DataControlValueGetFlags
Flags controlling how the value is extracted.
ctrl
Type: SystemObject
The from which to extract the value. If null, the control bound to the field is used.

Return Value

Type: String
The control's value.
See Also