Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(60) |
|
Default = '' |
A friendly-name for the data form addin |
DESCRIPTION |
nvarchar(1000) |
|
Default = '' |
A description for the data form addin |
ASSEMBLYNAME |
nvarchar(128) |
|
Default = '' |
The name of the CLR assembly containing the addin |
CLASSNAME |
nvarchar(128) |
|
Default = '' |
The name of the class within the assemby that implements the addin |
ENABLED |
bit |
|
Default = 1 |
Indicates whether or not the addin is enabled |
SEQUENCE |
int |
|
Default = 0 |
Provides a sequence when loading multiple addins for a data form |
DATAFORMADDINSPECXML |
xml |
|
|
Contains the spec used to create the data form addin |
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. |