Condividi tramite


Proprietà EntitySetBase.Schema

[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 lo schema 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 Schema As String 
    Get 
    Set
'Utilizzo
Dim instance As EntitySetBase 
Dim value As String 

value = instance.Schema

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

Valore proprietà

Tipo: System.String

Vedere anche

Riferimento

EntitySetBase Classe

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