ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ITableDefinitionQueries Interface
Version

In This Topic
    ITableDefinitionQueries Interface Methods
    In This Topic

    For a list of all members of this type, see ITableDefinitionQueries members.

    Public Methods
     NameDescription
     Method Insert a list of definition queries. This method must be called on the MCT. Use QueuedTask.Run.  
     MethodInserts a DefinitionQuery. If makeActive is true, makes it the active definition query. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Removes the active definition query. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Remove all definition queries. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Removes the definition queries specified by the list of names. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Removes the definition query at the specified index. This method must be called on the MCT. Use QueuedTask.Run.  
     MethodSets the definition query matching the specified queryName to be the active definition query. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Sets the where clause of the active definition query. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also