Contains MapEntitySpec definitions.
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME
|
nvarchar(100)
|
false
|
|
Unique name of the map entity.
|
DESCRIPTION
|
nvarchar(max)
|
false
|
|
Describes the map entity.
|
RETURNSMULTIPLE
|
bit
|
false
|
|
Whether the map entity will return multiple address
|
IDISSELECTIONID
|
bit
|
false
|
|
Whether or not the ID is a selection ID
|
MAPPINGPROCEDURE
|
nvarchar(255)
|
false
|
|
The SQL stored procedure which takes an ID of the FROMRECORDTYPE and selects a list of the GEOCODE values
|
IMAGEKEY
|
nvarchar(512)
|
false
|
|
Image key that represents FROMRECORDTYPE.
|
MAPENTITYXML
|
xml
|
false
|
|
|
SECURITYUIFOLDER
|
nvarchar(255)
|
false
|
|
The folder path where the merge task catalog item will be displayed when presented in a UI tree view.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
SPECUINAME
|
nvarchar(100)
|
false
|
|
Presentation name of the map entity used to override the map entity name for display in the application.
|
UINAME
|
nvarchar(100) (Computed)
|
false
|
|
Name of the map entity for display in the application.
|