Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(60) |
|
|
The unique name of this search list |
DESCRIPTION |
nvarchar(1000) |
|
Default = '' |
Description of this search list |
FUNCTIONNAME |
nvarchar(128) |
|
Default = '' |
The name of the database function used to perform the translation |
PARAMETERDEFINITION |
xml |
 |
|
Contains the parameter definition xml that describes the parameters for the translation fucntion |
TRANSLATIONFUNCTIONSPEC |
xml |
|
|
Contains the spec xml used to create this translation function |
IMPLEMENTATIONTYPE |
tinyint |
|
Default = 0 |
|
IMPLEMENTATIONTYPENAME |
varchar(3) (Computed) |
|
|
|
ASSEMBLYNAME |
nvarchar(128) |
|
Default = '' |
|
CLASSNAME |
nvarchar(128) |
|
Default = '' |
|
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed |
TS |
timestamp |
|
|
Timestamp |
TSLONG |
bigint (Computed) |
 |
convert(bigint, TS) |
Numeric representation of the timestamp |