| 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
Syntaxprotected string GetCtrlValue(
	ControlValueGetFlags flags,
	Object ctrl
)
Protected Function GetCtrlValue ( 
	flags As ControlValueGetFlags,
	ctrl As Object
) As String
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: 
StringThe control's value.
 See Also
See Also