WizPageDataGetRowKeyArray Method (String) |
Gets an array of row keys for the selected items in the specified instance.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string[] GetRowKeyArray(
string instanceName
)
Public Function GetRowKeyArray (
instanceName As String
) As String()
Parameters
- instanceName
- Type: SystemString
The page instance for which to get the selected row keys.
Return Value
Type:
StringAn array of the selected row keys.
See Also