FieldTemplateFactory.Model Property

Definition

Gets or sets the MetaModel that is associated with the FieldTemplateFactory class.

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

Property Value

The model that is associated with the FieldTemplateFactory.

Remarks

The MetaModel class is an abstract class that represents the mapping between a database and domain objects. Dynamic Data provides a set of classes (the data model) that represent the model. The classes are generated through the Object Relational Designer (O/R Designer). You can use the LINQ to SQL Classes template to generate these classes. This property is used to get and set the data model associated with the FieldTemplateFactory class.

Applies to