FieldTemplateFactory.Model Property
.NET Framework (current version)
Gets or sets the MetaModel that is associated with the FieldTemplateFactory class
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Property Value
Type: System.Web.DynamicData.MetaModelThe model that is associated with the FieldTemplateFactory.
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: