This documentation is archived and is not being maintained.

MetaForeignKeyColumn Methods

The MetaForeignKeyColumn type exposes the following members.

  NameDescription
Protected method BuildAttributeCollection Gets the attribute collection. (Inherited from MetaColumn.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method ExtractForeignKey Saves the value of a foreign key in the specified dictionary.
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 GetFilterExpression Returns the alternate name that is mapped to a foreign key.
Public method GetForeignKeyDetailsPath Gets the path for the details action page of the parent table of the specified foreign-key field.
Public method GetForeignKeyPath(String, Object) Gets the path for the specified action page of the parent table of the specified foreign-key field.
Public method GetForeignKeyPath(String, Object, String) Gets the path for the specified action page of the parent table of the specified foreign-key field.
Public method GetForeignKeyString Retrieves a comma-separated list of values that represent the foreign-key for the specified row.
Public method GetForeignKeyValues Retrieves a collection of values that represent the foreign keys for the specified row.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method Initialize Initializes data that may not be available when the constructor is called. (Overrides MetaColumn::Initialize().)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ResetMetadata Clears cached column metadata. (Inherited from MetaColumn.)
Public method ToString Gets the data field name. (Inherited from MetaColumn.)
Top

  NameDescription
Public Extension Method GetEnumType Gets the type of the enumeration that represents the column. (Defined by DynamicDataExtensions.)
Top
Show: