Click or drag to resize

MapperKernelBindElements Method

Bind the mapper's fields to the controls in the specified control collection. Controls are bound by IField.ControlName which by default is the same as IField.Key.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected abstract int BindElements(
	ControlCollection ctrls,
	bool isPostBack
)

Parameters

ctrls
Type: System.Web.UIControlCollection
The collection containing the controls to which to bind.
isPostBack
Type: SystemBoolean
Specifies whether or not this is a post-back.

Return Value

Type: Int32
The number of elements bound.
See Also