Click or drag to resize

DataContextGetPrimaryLabelFieldTModel 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<TModel>()
where TModel : class, new()
View Source

Type Parameters

TModel
Modeled database table (or view).

Return Value

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