This documentation is archived and is not being maintained.

MetaTable Methods

The MetaTable type exposes the following members.

  NameDescription
Public method CreateContext Returns the data context for the table.
Public method Equals 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 Overloaded. Gets the action path for the specified row.
Public method GetColumn Returns the metadata for the specified column.
Public method 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.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetPrimaryKeyString Overloaded. Gets a list of values that represent the primary key for the specified row.
Public method GetPrimaryKeyValues Returns a collection of column values that represent the primary key for the specified row.
Public method GetQuery Overloaded. Gets the System.Linq::IQueryable instance for the entity type that represents the 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 ToString Returns the name of the table. (Overrides Object::ToString().)
Public method TryGetColumn Returns a value that indicates whether a specified column can be found.
Top
Show: