ColumnProvider.Association Property

 

Gets the provider for the table that a column represents.

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

Public Overridable Property Association As AssociationProvider
	Get
	Protected Set
End Property

Property Value

Type: System.Web.DynamicData.ModelProviders.AssociationProvider

The provider for a table that a column represents, if one exists; otherwise, null.

.NET Framework
Available since 3.5
Return to top
Show: