Lay out the mapper UI. Note that this mapper class does not implement a UI.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected override void Layout(
bool bIsPostBack
)
Protected Overrides Sub Layout (
bIsPostBack As Boolean
)
Parameters
- bIsPostBack
- Type: SystemBoolean
Specifies whether this should be considered a post-back.
See Also