MetaChildrenColumn.ColumnInOtherTable Property

 

Gets an object that represents the foreign-key field in the child table.

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

Public Property ColumnInOtherTable As MetaColumn
	Get
	Private Set
End Property

Property Value

Type: System.Web.DynamicData.MetaColumn

An object that represents the foreign-key field in the child table.

The ColumnInOtherTable property enables you to get a reference to the field in the child table.

.NET Framework
Available since 3.5
Return to top
Show: