MapperKernelGenDataRow Method |
Generate javascript for DataRow object used to access mapper values, by field key, on the client.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string GenDataRow(
string clientPrefix
)
Protected Function GenDataRow (
clientPrefix As String
) As String
Parameters
- clientPrefix
- Type: SystemString
The client prefix to use, if null or empty, the prefix will be based on the tr passed in the DataRow constructor.
Return Value
Type:
StringThe javascript function that creates the DataRow object.
See Also