MetaType.Model Property

Definition

When overridden in a derived class, gets the MetaModel that contains this MetaType.

public:
 abstract property System::Data::Linq::Mapping::MetaModel ^ Model { System::Data::Linq::Mapping::MetaModel ^ get(); };
public abstract System.Data.Linq.Mapping.MetaModel Model { get; }
member this.Model : System.Data.Linq.Mapping.MetaModel
Public MustOverride ReadOnly Property Model As MetaModel

Property Value

The containing meta-model.

Applies to