You are here: Symbol Reference > Classes > TLzDBObject Class > public > ChildDBObjects Property
ContentsIndexHome
PreviousUpNext
TLzDBObject.ChildDBObjects Property
Pascal
property ChildDBObjects: TLzDBObjectList;
Description

After form a tree structure of database objects involved in sql statement, ChildDBObjects stores child database objects of itself. 

So, if this database object is table, then ChildDBObjects stores fields database object of this table. You can check ObjectType to determine the type of child database objects.

See Also
Gudu software http://www.sqlparser.com
Send comments about this topic.