EntitySetBase.Schema, propriété
[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]
Obtient ou définit le schéma de base de données de ce jeu d'entités.
Espace de noms : System.Data.Entity.Core.Metadata.Edm
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Public Property Schema As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String