Class Session
Session Table of Application Database.
應用程式數據庳的場節表格。
Inheritance
System.Object
Session
Namespace: Votanic.vNet.Database
Assembly: Votanic.vNet.dll
Syntax
public class Session
Properties
End
End date time.
結束日期時間。
Declaration
[Preserve]
public string End { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
SessionID
Session unique ID.
場節唯一識別碼。
Declaration
[Preserve]
public int SessionID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Start
Start date time.
開始日期時間。
Declaration
[Preserve]
public string Start { get; }
Property Value
| Type | Description |
|---|---|
| System.String |