ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Realtime Namespace / RealtimeDatastore Class / GetFilterSQLSyntax Method

In This Topic
    GetFilterSQLSyntax Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also