TableQuerySublayerSource constructor

TableQuerySublayerSource({
  1. required String workspaceId,
  2. required String sqlQuery,
  3. required List<String> objectIdFieldNames,
})

Creates a table query sublayer source.

Parameters:

  • workspaceId — The workspace ID.
  • sqlQuery — The SQL query.
  • objectIdFieldNames — The object ID field names as a List of String.