DynamicCommandButtonConstructCommand Method |
Constructs a CommandName for a button field. The
rowKey is required for
MultiRecord use.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string ConstructCommand(
string key,
string rowKey
)
Public Function ConstructCommand (
key As String,
rowKey As String
) As String
Parameters
- key
- Type: SystemString
The field key. - rowKey
- Type: SystemString
The record's RowKey.
Return Value
Type:
StringThe constructed CommandName.
See Also