MapperDatasheetDetailLink Method |
Generate a link URL to this mapper's corresponding detail for the row (specified by the
provided RowKey). By default the detail MOP is module!detail where module is the module
of the datasheet's page and detail is the literal page "detail". This can be
overridden by setting the page's "DetailTarget" property to the detail target MOP.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string DetailLink(
string rowKey,
DataTable dt,
int row
)
Protected Function DetailLink (
rowKey As String,
dt As DataTable,
row As Integer
) As String
Parameters
- rowKey
- Type: SystemString
The row for which to provide a detail link. - dt
- Type: System.DataDataTable
The datatable with row data to be used when a DrilldownKey is specified. - row
- Type: SystemInt32
The row in dt be used when a DrilldownKey is specified.
Return Value
Type:
StringThe generated URL.
See Also