TableProvider Properties

 

Namespace:   System.Web.DynamicData.ModelProviders
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

NameDescription
System_CAPS_pubpropertyAttributes

Gets the attributes that are defined for the table that is represented by this provider.

System_CAPS_pubpropertyColumns

When overridden in a derived class, gets the collection of columns in this table.

System_CAPS_pubpropertyDataContextPropertyName

Gets the name of the table from the data context.

System_CAPS_pubpropertyDataModel

Gets the DataModelProvider object.

System_CAPS_pubpropertyEntityType

Gets or sets the type that represents the table.

System_CAPS_pubpropertyName

Gets the name of the table.

System_CAPS_pubpropertyParentEntityType

Gets the parent type.

System_CAPS_pubpropertyRootEntityType

Gets the root type for this entity.

Return to top
Show: