Proprietà EntityDescriptor.ServerTypeName
Ottiene o imposta il nome del tipo nell'origine dati a cui è stato eseguito il mapping dell'entità.
Spazio dei nomi System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Sintassi
'Dichiarazione
Public Property ServerTypeName As String
Get
Friend Set
'Utilizzo
Dim instance As EntityDescriptor
Dim value As String
value = instance.ServerTypeName
public string ServerTypeName { get; internal set; }
public:
property String^ ServerTypeName {
String^ get ();
internal: void set (String^ value);
}
member ServerTypeName : string with get, internal set
function get ServerTypeName () : String
internal function set ServerTypeName (value : String)
Valore proprietà
Tipo: System.String
Stringa che rappresenta il nome del tipo di dati.