This documentation is archived and is not being maintained.
MetaModel Methods
Visual Studio 2010
The MetaModel type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateTable | Instantiates a MetaTable object. |
|
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.) |
|
GetActionPath | Returns the action path that is associated with a specific table. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetModel | Returns the data-model instance for the specified context. |
|
GetTable(String) | Returns the metadata that is associated with the specified table. |
|
GetTable(Type) | Returns the metadata that describes the specified table. |
|
GetTable(String, Type) | Returns the metadata that describes the specified table. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RegisterContext(DataModelProvider) | Registers a data context instance by using a data-model provider |
|
RegisterContext(Func<Object>) | Registers the data context that is specified by a context factory. |
|
RegisterContext(Type) | Registers a data-context instance. |
|
RegisterContext(DataModelProvider, ContextConfiguration) | Registers a data-context instance by using the specified context configuration and by enabling a data-model provider. |
|
RegisterContext(Func<Object>, ContextConfiguration) | Registers a data-context instance by using the specified context configuration and by enabling a custom constructor. |
|
RegisterContext(Type, ContextConfiguration) | Registers a data-context instance by using the specified context configuration. |
|
ResetRegistrationException | Resets any previous context registration error that might have occurred. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
TryGetTable(String, MetaTable%) | Attempts to get the metadata that is associated with the specified table. |
|
TryGetTable(Type, MetaTable%) | Attempts to get the metadata that is associated with the specified table. |
Show: