MapperDatasheetApplyContext Method (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
)
Protected Sub ApplyContext (
userSort As Boolean,
userGroup 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.
See Also