var QueryTask1 = new esri.tasks.QueryTask("http://server/arcgis/rest/services/../../FeatureServer/2"); var Query1 = new esri.tasks.Query(); Query1.where = "UPPER(field) like UPPER('%sometext%')"; Query1.returnIdsOnly = true; //Query1.outFields = ['OBJECTID']; QueryTask1.execute(Query1, showmeRecords);
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.