This documentation is archived and is not being maintained.
MetaTable Methods
Visual Studio 2008
The MetaTable type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateContext | Returns the data context for the table. |
|
Equals | 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 | Overloaded. Gets the action path for the specified row. |
|
GetColumn | Returns the metadata for the specified column. |
|
GetDisplayString | Returns the value to use as the display string for an instance of a row when the row is used in foreign-key relationships. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetPrimaryKeyString | Overloaded. Gets a list of values that represent the primary key for the specified row. |
|
GetPrimaryKeyValues | Returns a collection of column values that represent the primary key for the specified row. |
|
GetQuery | Overloaded. Gets the System.Linq::IQueryable instance for the entity type that represents the table. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns the name of the table. (Overrides Object::ToString().) |
|
TryGetColumn | Returns a value that indicates whether a specified column can be found. |
Show: