TableProvider Class
.NET Framework 4.5
Provides the base class for Dynamic Data table providers.
Namespace: System.Web.DynamicData.ModelProviders
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
The TableProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TableProvider | Initializes a new instance of the TableProvider class for use by an inherited class instance. This constructor can only be called by an inherited class. |
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets the attributes that are defined for the table that is represented by this provider. |
![]() | Columns | When overridden in a derived class, gets the collection of columns in this table. |
![]() | DataContextPropertyName | Gets the name of the table from the data context. |
![]() | DataModel | Gets the DataModelProvider object. |
![]() | EntityType | Gets or sets the type that represents the table. |
![]() | Name | Gets the name of the table. |
![]() | ParentEntityType | Gets the parent type. |
![]() | RootEntityType | Gets the root type for this entity. |
| Name | Description | |
|---|---|---|
![]() | CanDelete | Gets a value that indicates whether the user is allowed to delete items from the table. |
![]() | CanInsert | Gets a value that indicates whether the user is allowed to insert items into the table. |
![]() | CanRead | Gets a value that indicates whether the user is allowed to read items in the table. |
![]() | CanUpdate | Gets a value that indicates whether the user is allowed to update items in the table. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | EvaluateForeignKey | Returns the value of a foreign key for the specified row. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetQuery | When overridden in a derived class, returns the System.Linq.IQueryable object that in turn returns the elements of the table. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetTypeDescriptor | Gets the type descriptor for the table. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the Name property of the TableProvider instance. (Overrides Object.ToString().) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
