DefinitionExpression SQL questions

2526
0
05-28-2015 07:03 AM
BledarBirbo1
Occasional Contributor

Hi.

I want to filter a featurelayer which is set to QueryMode.OnDemand. using the DefinitionExpression

After i set the expression to the layer i can track the requsets to arcgis server it the where clause only includes OID NOT IN (345,34,34)  it doesn't include my DefinitionExpression

It seems that ArcGIS runtime only filters the features in clientside.

What SQL Syntax is it using ?

How can i force it to send the expression to arcgis server ?

The published feature service it comming from an Oracle datasource and i want to use Oracle SQL syntax in the expression.

Thanks.

Tags (1)
0 Kudos
0 Replies