MetaChildrenColumn.ChildTable Property

 

Gets an object that represents the child table of the one-to-many relationship.

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

Public Property ChildTable As MetaTable
	Get
	Private Set
End Property

Property Value

Type: System.Web.DynamicData.MetaTable

An object that represents the child table of the one-to-many relationship.

Use the ChildTable property to get an object that represents the child table of the one-to-many relationship. You can access the parent table by using the Table property.

.NET Framework
Available since 3.5
Return to top
Show: