TableQuerySublayerSource constructor
TableQuerySublayerSource({ - required String workspaceId,
- required String sqlQuery,
- 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.