Click or drag to resize

MapperDatasheetIsSelector Method

Determines if the specified id is that of a datasheet selector checkbox, and, if so, extracts the RowKey value from it.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool IsSelector(
	string id,
	out string rowKey
)

Parameters

id
Type: SystemString
The control id in question.
rowKey
Type: SystemString
The corresponding RowKey, if determined to be a selector, else null.

Return Value

Type: Boolean
True if id is that of a selector, else false.
See Also