Constructor TableQuerySublayerSource
TableQuerySublayerSource(String, String, IEnumerable<String>)
Initializes a new instance of the TableQuerySublayerSource class with the given workspace ID, SQL query, and ObjectID field names.
Declaration
public TableQuerySublayerSource(string workspaceId, string sqlQuery, IEnumerable<string> objectIdFieldNames)
Parameters
| Type | Name | Description |
|---|---|---|
| String | workspaceId | The registered workspace ID. |
| String | sqlQuery | The SQL query. |
| IEnumerable<String> | objectIdFieldNames | Collection of ObjectID (OID) field names. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |