MetaModel Class
An abstraction that represents the mapping between a database and domain objects.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | MetaModel() | Initializes a new instance of the MetaModel class. |
| Name | Description | |
|---|---|---|
![]() | ContextType | Gets the type of DataContext type that this model describes. |
![]() | DatabaseName | Gets the name of the database. |
![]() | MappingSource | Gets the mapping source that originated this model. |
![]() | ProviderType | Gets or sets the provider type. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetFunction(MethodInfo^) | Gets the MetaFunction that corresponds to a database function. |
![]() | GetFunctions() | Gets an enumeration of all functions. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMetaType(Type^) | |
![]() | GetTable(Type^) | |
![]() | GetTables() | Get an enumeration of all tables. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


