Show all
Hide all
Deprecated in:
5.4.019
Instances of login links.
Administer the table with dbo.ADMIN_LoginLinkInstance_Insert and dbo.ADMIN_LoginLinkInstance_Delete.
Add row:
Not allowed
Delete row:
Not allowed
Foreign key:
Not allowed
Columns:
Name
|
Datatype
|
Read
|
Write
|
Primary key
|
Description
|
LoginLinkInstanceId
|
int
|
Yes
|
No
|
Yes
|
Primary key.
|
LoginLinkId
|
int
|
Yes
|
No
|
No
|
Link id.
|
LinkKey
|
int
|
No
|
No
|
No
|
Private.
|
UserIdAutoLogin
|
int
|
No
|
No
|
No
|
Private.
|
InsertDatetimeUtc
|
datetime
|
Yes
|
No
|
No
|
When the link was instantiated.
|
ExpiresDatetimeUtc
|
datetime
|
Yes
|
No
|
No
|
When the link expires.
|