MetaFunction.Model Property

Definition

Gets the MetaModel that contains this function.

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 MetaModel object that contains this function.

Applies to