Click or drag to resize

MapperDetailGetSelectedKeys Method

Gets an ArrayList of the currently selected keys. The base implementation is appropriate for detail use where there is just a single current row. For other uses this method should be overridden.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override Object GetSelectedKeys(
	EAPEventArgs eventArgs
)

Parameters

eventArgs
Type: NetQuarryEAPEventArgs
The eventArgs, optional, if called during an event.

Return Value

Type: Object
The ArrayList of selected keys.
Remarks
Note that this method is generally called before the Requery so the page values have NOT been copied back into the fields. For this reason we extract the values directly from the page.
See Also