Gets the number of child tables for this table.
[Visual Basic] Overridable Public ReadOnly Property Children As Integer [C#] public int Children {virtual get;} [C++] public: __property virtual int get_Children(); [JScript] public function get Children() : int;
The number of child tables for this table.
DataGridTable Class | DataGridTable Members | System.WinForms Namespace