Click or drag to resize

IDataFieldBind Method

Bind the control to the field.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void Bind(
	IField fld
)

Parameters

fld
Type: NetQuarry.DataIField
The field to which to bind.
See Also