ArcGIS Pro 2.9 API Reference Guide
GetProperty Method (SQLSyntax)

ArcGIS.Core.Data Namespace > SQLSyntax Class : GetProperty Method
A constant that specifies the type of SQL boolean property.
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, Windows 8.1

See Also

Reference

SQLSyntax Class
SQLSyntax Members