ITableDefinitionQueries Interface Members
In This Topic
The following tables list the members exposed by ITableDefinitionQueries.
Public Properties
Public Methods
| Name | Description |
 | InsertDefinitionQueries |
Insert a list of definition queries. This method must be called on the MCT. Use QueuedTask.Run.
|
 | InsertDefinitionQuery | Inserts a DefinitionQuery. If is true, makes it the active definition query. This method must be called on the MCT. Use QueuedTask.Run. |
 | RemoveActiveDefinitionQuery |
Removes the active definition query. This method must be called on the MCT. Use QueuedTask.Run.
|
 | RemoveAllDefinitionQueries |
Remove all definition queries. This method must be called on the MCT. Use QueuedTask.Run.
|
 | RemoveDefinitionQueries |
Removes the definition queries specified by the list of names. This method must be called on the MCT. Use QueuedTask.Run.
|
 | RemoveDefinitionQuery |
Removes the definition query at the specified index. This method must be called on the MCT. Use QueuedTask.Run.
|
 | SetActiveDefinitionQuery | Sets the definition query matching the specified to be the active definition query. This method must be called on the MCT. Use QueuedTask.Run. |
 | SetDefinitionQuery |
Sets the where clause of the active definition query.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also