Click or drag to resize

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
)

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