QueryTableDataSourceDescription
Base Type: DataSourceDescription
A value object that contains settings to describe a dynamic table from registered workspace by providing a SQL statement.
Property | Type | Description |
---|---|---|
GeometryType | The spatial column geometry type, if present. | |
OIDFields | string | Unique Key Field(s). |
Query | string | A SQL query statement. |
SpatialReference | The spatial reference. | |
WorkspaceID | string | The ID of a workspace that is registered with the map service. |
Remarks
When multiple fields are required to uniquely define each row in the output table/feature class, use a comma (,) as the delimiter in the OIDFields property.
10/23/2013