This documentation is archived and is not being maintained.

MetaModel Methods

The MetaModel type exposes the following members.

  NameDescription
Protected method CreateTable Instantiates a MetaTable object.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetActionPath Returns the action path that is associated with a specific table.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method Static member GetModel Returns the data-model instance for the specified context.
Public method GetTable(String) Returns the metadata that is associated with the specified table.
Public method GetTable(Type) Returns the metadata that describes the specified table.
Public method GetTable(String, Type) Returns the metadata that describes the specified table.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RegisterContext(DataModelProvider) Registers a data context instance by using a data-model provider
Public method RegisterContext(Func<Object>) Registers the data context that is specified by a context factory.
Public method RegisterContext(Type) Registers a data-context instance.
Public method RegisterContext(DataModelProvider, ContextConfiguration) Registers a data-context instance by using the specified context configuration and by enabling a data-model provider.
Public method RegisterContext(Func<Object>, ContextConfiguration) Registers a data-context instance by using the specified context configuration and by enabling a custom constructor.
Public method RegisterContext(Type, ContextConfiguration) Registers a data-context instance by using the specified context configuration.
Public method Static member ResetRegistrationException Resets any previous context registration error that might have occurred.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method TryGetTable(String, MetaTable%) Attempts to get the metadata that is associated with the specified table.
Public method TryGetTable(Type, MetaTable%) Attempts to get the metadata that is associated with the specified table.
Top
Show: