MetaChildrenColumn.ChildTable Proprietà

Definizione

Ottiene un oggetto che rappresenta la tabella figlio della relazione uno-a-molti.

public:
 property System::Web::DynamicData::MetaTable ^ ChildTable { System::Web::DynamicData::MetaTable ^ get(); };
public System.Web.DynamicData.MetaTable ChildTable { get; }
member this.ChildTable : System.Web.DynamicData.MetaTable
Public ReadOnly Property ChildTable As MetaTable

Valore della proprietà

MetaTable

Oggetto che rappresenta la tabella figlio della relazione uno-a-molti.

Commenti

Utilizzare la proprietà per ottenere un oggetto che rappresenta la tabella figlio della relazione ChildTable uno-a-molti. È possibile accedere alla tabella padre usando la Table proprietà .

Si applica a

Vedi anche