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
)
Protected Function TryGetRowKeys (
eventArgs As EAPEventArgs,
<OutAttribute> ByRef lst As ArrayList
) As Boolean
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:
BooleanTrue if one or more RowKeys was specified in the event args.
See Also