MetaTable Properties
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets the attributes that are associated with the table. |
![]() | Columns | Gets the column collection for the table. |
![]() | DataContextPropertyName | Gets the name of the table. |
![]() | DataContextType | Gets the type of the data context that is associated with the table. |
![]() | DisplayColumn | Gets the column that is used to display values when entries in this table are used as parents in foreign-key relationships. |
![]() | DisplayName | Gets the name of the table in a user-friendly format. |
![]() | EntityType | Gets the entity type that represents the table. |
![]() | ForeignKeyColumnsNames | Gets a comma-separated list of foreign-key names. |
![]() | HasPrimaryKey | Gets a value that indicates whether the table has a primary key. |
![]() | IsReadOnly | Gets a value that indicates whether the table is read-only. |
![]() | ListActionPath | Gets the action path of the list action for the table. |
![]() | Model | Gets the meta model that the table belongs to. |
![]() | Name | Gets the unique name of the table. |
![]() | PrimaryKeyColumns | Gets the collection of columns that define the primary key. |
![]() | Provider | Gets the provider for the table. |
![]() | RootEntityType | Gets the root type of the entity's inheritance hierarchy. |
![]() | Scaffold | Gets or sets a value that indicates whether the table should be displayed. |
![]() | SortColumn | Gets the MetaColumn value that the table is sorted by. |
![]() | SortDescending | Gets a value that indicates whether entries are sorted in descending order when they are used as parents in a foreign-key relationship. |
