Click or drag to resize

MapperKernelBindPage Method (Page, Control, Boolean, MapperBindFlags)

Binds the mapper to the current .Net Page.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int BindPage(
	Page page,
	Control parent,
	bool bIsPostBack,
	MapperBindFlags flags
)

Parameters

page
Type: System.Web.UIPage
The current page to which to bind.
parent
Type: System.Web.UIControl
The parent control (ascx) on the page hosting this mapper.
bIsPostBack
Type: SystemBoolean
Specifies whether this should be considered a postback or not.
flags
Type: NetQuarry.DataMapperBindFlags
Flags that control binding behavior from MapperBindFlags.

Return Value

Type: Int32
The number of controls bound during the call.

Implements

IMapperBindPage(Page, Control, Boolean, MapperBindFlags)
See Also