ArcGIS Pro 2.9 API Reference Guide
GetFilterSQLSyntax Method

ArcGIS.Core.Data.Realtime Namespace > RealtimeDatastore Class : GetFilterSQLSyntax Method
Gets the gateway to access information about the SQL syntax supported in the filter. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public SQLSyntax GetFilterSQLSyntax()
Public Function GetFilterSQLSyntax() As SQLSyntax

Return Value

The gateway to access information about the SQL syntax supported in the filter.
Exceptions
ExceptionDescription
No valid data store has been opened prior to invoking this operation.
The data store does not support this operation.
A geodatabase-related exception has occurred.
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

RealtimeDatastore Class
RealtimeDatastore Members