| IMapperBindPage Method (Page, Control, Boolean) | 
 
            Binds the mapper to the current .Net Page.
            
 
    Namespace: 
   NetQuarry.Data
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxint BindPage(
	Page page,
	Control parent,
	bool bIsPostBack
)
Function BindPage ( 
	page As Page,
	parent As Control,
	bIsPostBack As Boolean
) As Integer
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.
Return Value
Type: 
Int32The number of controls bound during the call.
 See Also
See Also