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 |
---|---|---|
System.String | workspaceId | The registered workspace ID. |
System.String | sqlQuery | The SQL query. |
System.Collections.Generic.IEnumerable<System.String> | objectIdFieldNames | Collection of ObjectID (OID) field names. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.14 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |