|
DataContextGetPrimaryLabelFieldTModel Method
|
Gets the field name targeted as the primary label for the modeled table.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string GetPrimaryLabelField<TModel>()
where TModel : class, new()
Public Function GetPrimaryLabelField(Of TModel As {Class, New}) As String
public:
generic<typename TModel>
where TModel : ref class, gcnew()
String^ GetPrimaryLabelField()
member GetPrimaryLabelField : unit -> string when 'TModel : not struct, new()
JavaScript does not support generic types or methods.
View SourceType Parameters
- TModel
- Modeled database table (or view).
Return Value
StringField name targeted as the primary label for the modeled table.
See Also