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 MetaColumn ColumnInOtherTable { get; private set; }

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: