Field |
Field Type |
Null |
Notes |
Description |
PROVIDERNAME |
nvarchar(128) |
|
Default = '' |
Provider name |
IDENTIFIER |
nvarchar(512) |
|
Default = '' |
Identifier returned by provider |
DISPLAYNAME |
nvarchar(256) |
|
Default = '' |
Display name |
PREFERREDUSERNAME |
nvarchar(256) |
|
Default = '' |
Preferred username |
GIVENNAME |
nvarchar(128) |
|
Default = '' |
Given name |
FAMILYNAME |
nvarchar(128) |
|
Default = '' |
Family name |
FORMATTEDNAME |
nvarchar(256) |
|
Default = '' |
Formatted name |
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. |