FieldKernelNavInfoGetLink Method (String) |
Builds and returns a link for the field suitable for an HREF.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetLink(
string primaryKeyValue
)
Public Function GetLink (
primaryKeyValue As String
) As String
Parameters
- primaryKeyValue
- Type: SystemString
The primary key value for the link.
Return Value
Type:
StringA string link suitable for use as an HREF.
See Also