Click or drag to resize

Mapper.BindElements Method

Called by base class when the mapper should bind its fields to their corresponding page elements. This mapper class performs no binding since it has no UI.

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

Parameters

ctrls
Type: System.Web.UI.ControlCollection
The controls to bind.
bIsPostBack
Type: System.Boolean
Specifies whether this should be considered a post-back.

Return Value

Type: Int32
The number of elements bound.
See Also