Condividi tramite


Proprietà EntitySetBase.Table

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene o imposta il nome della tabella di database per il set di entità.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Property Table As String 
    Get 
    Set
'Utilizzo
Dim instance As EntitySetBase 
Dim value As String 

value = instance.Table

instance.Table = value
public string Table { get; set; }
public:
property String^ Table {
    String^ get ();
    void set (String^ value);
}
member Table : string with get, set
function get Table () : String 
function set Table (value : String)

Valore proprietà

Tipo: System.String

Vedere anche

Riferimento

EntitySetBase Classe

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm