Click or drag to resize

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
)

Parameters

primaryKeyValue
Type: SystemString
The primary key value for the link.

Return Value

Type: String
A string link suitable for use as an HREF.
See Also