TableQuerySublayerSource

constructor(workspaceId: String, sqlQuery: String, objectIdFieldNames: Iterable<String>)

Creates a table query sublayer source.

Since

200.1.0

Parameters

workspaceId

The workspace ID.

sqlQuery

The SQL query.

objectIdFieldNames

A collection of object ID field names.

See also