ArcGIS Pro 2.6 API Reference Guide
SQLProperty Enumeration

ArcGIS.Core.Data Namespace : SQLProperty Enumeration
Specifies supported SQL boolean properties.
Syntax
Members
MemberDescription
DoesCorrelationNameAllowAsKeyword Indicates if correlation name allows AS keyword.
DoesCurrentDateRequireParentheses Indicates if SQL CurrentDate function requires parentheses.
DoesExtractRequireCommas Indicates if SQL Extract function requires commas.
DoesPositionRequireCommas Indicates if SQL Position function requires commas.
DoesSubstringRequireCommas Indicates if SQL Substring function requires commas.
IsDelimitedIdentifierCaseSensitive Indicates if the database management system's quoted identifiers are case sensitive.
IsIdentifierCaseSensitive Indicates if the database management system's identifiers are case sensitive.
IsStringComparisonCaseSensitive Indicates if the database management system's string comparisons are case sensitive.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.SQLProperty

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data Namespace