ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ITableDefinitionQueries Interface
Properties Methods

In This Topic
    ITableDefinitionQueries Interface Members
    In This Topic

    The following tables list the members exposed by ITableDefinitionQueries.

    Public Properties
     NameDescription
     Property Gets the active definition query.  
     Property Gets a list of all DefinitionQueries.  
     Property Gets the where clause of the active definition query.  
    Top
    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