MapperKernelBindPage Method (Page, Boolean) |
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,
bool bIsPostBack
)
Public 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.
Implements
IMapperBindPage(Page, Boolean)See Also