public void SetFilterWhereClause( string filterWhereClause )
Public Sub SetFilterWhereClause( _ ByVal filterWhereClause As String _ )
Parameters
- filterWhereClause
- A string representing SQL where clause.
public void SetFilterWhereClause( string filterWhereClause )
Public Sub SetFilterWhereClause( _ ByVal filterWhereClause As String _ )
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
Check RealtimeDatastore.GetFilterSQLSyntax to find out SQL syntax and supported functionality for the real-time datasource.
Setting a filter removes all existing rows and starts from blank with the new filter.
It is not a filter that gets applied on the client side, rather it gets set to the connection itself and realtime service only streams rows that match this criteria.
Target Platforms: Windows 10, Windows 8.1