ExternalQueries Members
These members contain a collection of all the external queries used by a Profile.
| Name | Description |
|---|---|
| Add | Adds a new external query to the collection, and returns the next External Query object. Return value: ExternalQuery. |
| AddWithPrompt | Adds a new external query to the collection, and returns the next External Query object. Return value: ExternalQuery. |
| AddWithStandardProfile | Return value: ExternalQuery. |
| FindColumnByCharID | Return value: ExternalColumn. |
| Remove | Removes an external query from the collection; Index can either be 1-based index, or the name of the external query. |
| RemoveAll | Removes all of external queries. |
| Name | Description |
|---|---|
| Count | Returns the number of external queries in the collection. Return value: Integer. This property is read only. |
| Item | Returns the specified External Query object; Index can either be the 1-based index, or the name of the external query. Return value: ExternalQuery. This property is read only. |
| ItemByID | Returns the specified Query when passed the Query ID. Return value: ExternalQuery. This property is read only. |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.
