StandaloneTableDescription

Base Type: MapTableDescription

A class that provides access to the available properties of a table description object.

Property

Type

Description

DefinitionExpression

string

It can be set on a layer or a standalone table in order to limit rows available for query.

ID

int

The unique id of standalone table.

Source

MapServerSourceDescription

Data source for dynamic table.

SourceID

string

Not in use currently.

TimeDataCumulative

bool

Indicates if time is cumulative.

TimeDataCumulativeSpecified

bool

Indicates if TimeDataCumulative is specified.

TimeOffset

double

The time offset.

TimeOffsetSpecified

bool

Indicates if TimeOffset is specified.

TimeOffsetUnits

esriTimeUnits

The time units of the offset.

TimeOffsetUnitsSpecified

bool

Indicates if TimeOffsetUnits is specified.

UseTime

bool

Indicates if table uses time.

UseTimeSpecified

bool

Indicates if UseTime is specified.

Remarks

This object represents each standalone table available in the map. When obtained from the MapServerInfo.StandaloneTableDescriptions property, this is usually used with query functions to get rows which meet criteria provided by a client.

DefinitionExpression:

The StandaloneTableDescription includes a DefinitionExpression. A DefinitionExpression can be set on a standalonetable in order to limit table rows available for query. This only applies for the request and does not replace the definition query set in the source map. A standalonetable can have a default definition expression that is set for that table in the source map.

When UseStandardizedQueries is True:

When UseStandardizedQueries is False:

Please make sure to check MapServerInfo::SupportsDynamicLayers value is True before setting Source. If it is False, the Source property is ignored.

11/8/2016