TableProvider.Name Property

 

Gets the name of the table.

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

Public Overridable Property Name As String
	Get
	Protected Set
End Property

Property Value

Type: System.String

The name of the table.

Typically, this is the name of the table property in the data-context class.

.NET Framework
Available since 3.5
Return to top
Show: