MetaTable.Model Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le modèle méta auquel la table appartient.
public:
property System::Web::DynamicData::MetaModel ^ Model { System::Web::DynamicData::MetaModel ^ get(); };
public System.Web.DynamicData.MetaModel Model { get; }
member this.Model : System.Web.DynamicData.MetaModel
Public ReadOnly Property Model As MetaModel
Valeur de propriété
Modèle méta auquel la table appartient.
Remarques
Pour plus d’informations, consultez la vue d’ensemble de la System.Data.Linq.Mapping.MetaModel classe.