Click or drag to resize

DataContextGetPrimaryLabelField(Type) Method

Gets the field name targeted as the primary label for the modeled table.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public string GetPrimaryLabelField(
	Type model
)
View Source

Parameters

model  Type
Modeled database table (or view) type.

Return Value

String
Field name targeted as the primary label for the modeled table.
See Also