DocumentTableRelationChildColumn Property |
Gets the child column of this relation.
Namespace:
GroupDocs.Assembly.Data
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 22.2
Syntaxpublic DocumentTableColumn ChildColumn { get; }
Public ReadOnly Property ChildColumn As DocumentTableColumn
Get
public:
property DocumentTableColumn^ ChildColumn {
DocumentTableColumn^ get ();
}
member ChildColumn : DocumentTableColumn with get
Property Value
Type:
DocumentTableColumn
See Also