ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / QueryDef Class
Properties


In This Topic
    QueryDef Class Members
    In This Topic

    The following tables list the members exposed by QueryDef.

    Public Constructors
     NameDescription
    Public ConstructorInitializes an empty instance of the QueryDef class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the postfix clause used by the filter.  
    Public Property Gets or sets the prefix clause used by the query.  
    Public Property Gets or sets a comma (,) delimited string containing the names of fields for which values should be returned by the query.  
    Public Property Gets or sets a comma (,) delimited string of tables for use in the query.  
    Public Property Gets or sets the where clause used to filter the rows returned.  
    Top
    See Also