ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / SQLSyntax Class / GetProperty Method
A constant that specifies the type of SQL boolean property.

In This Topic
    GetProperty Method (SQLSyntax)
    In This Topic
    Gets the boolean property corresponding to sqlProperty, e.g., SQLProperty.IsIdentifierCaseSensitive. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public bool GetProperty( 
       SQLProperty sqlProperty
    )
    Public Function GetProperty( _
       ByVal sqlProperty As SQLProperty _
    ) As Boolean

    Parameters

    sqlProperty
    A constant that specifies the type of SQL boolean property.

    Return Value

    The boolean value corresponding to sqlProperty.
    Exceptions
    ExceptionDescription
    sqlProperty is not a field of SQLProperty.
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also