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. |
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 |
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.