public enum SQLProperty : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum SQLProperty Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SQLProperty : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum SQLProperty Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Data.SQLProperty
Target Platforms: Windows 10, Windows 8.1