MapperDatasheetApplyContext Method (Boolean, Boolean, Boolean) |
Apply the MapperDatasheet persistent context.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected void ApplyContext(
bool userSort,
bool userGroup,
bool initialLayout
)
Protected Sub ApplyContext (
userSort As Boolean,
userGroup As Boolean,
initialLayout As Boolean
)
Parameters
- userSort
- Type: SystemBoolean
True if a user-initiated sort is being applied, else false. - userGroup
- Type: SystemBoolean
True if a user-initiated grouping is being applied, else false. - initialLayout
- Type: SystemBoolean
Specifies whether or not this is part of the initial datasheet layout.
See Also