|
DataContextGetPrimaryLabelField(Type) 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 Function GetPrimaryLabelField (
model As Type
) As String
public:
String^ GetPrimaryLabelField(
Type^ model
)
member GetPrimaryLabelField :
model : Type -> string
function GetPrimaryLabelField(model);
View SourceParameters
- model Type
- Modeled database table (or view) type.
Return Value
StringField name targeted as the primary label for the modeled table.
See Also