Click or drag to resize

MapperKernelTryGetRowKeys Method

Try to get one or more RowKeys specifically identified in mapper event args.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected bool TryGetRowKeys(
	EAPEventArgs eventArgs,
	out ArrayList lst
)

Parameters

eventArgs
Type: NetQuarryEAPEventArgs
The event args, may be null.
lst
Type: System.CollectionsArrayList
Returns the list of specified RowKeys or an empty array if none specified, but never null.

Return Value

Type: Boolean
True if one or more RowKeys was specified in the event args.
See Also