| QueryInfo Constructor |
| Name | Description | |
|---|---|---|
| QueryInfo |
Constructor, creates an empty Query structure.
| |
| QueryInfo(DataRow) |
Constructor, creates the Query object from the given DataRow data.
| |
| QueryInfo(ObjectTypeInfo) |
Constructor, creates an empty Query structure.
| |
| QueryInfo(ObjectTypeInfo, DataRow) |
Constructor - Creates a new QueryInfo object from the given DataRow.
|