IMapperBindPage Method (Page, 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 int BindPage(
Page page,
bool bIsPostBack
)
Function BindPage (
page As Page,
bIsPostBack As Boolean
) As Integer
Parameters
- page
- Type: System.Web.UIPage
The current page to which to bind. - 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