Click or drag to resize

MapperBindElements 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.UIControlCollection
The controls to bind.
bIsPostBack
Type: SystemBoolean
Specifies whether this should be considered a post-back.

Return Value

Type: Int32
The number of elements bound.
See Also