LoginRequestEventArgs class
Provides data for Korzh.EasyQuery.Db.DbGate.LoginRequest event
public class Korzh.EasyQuery.Db.LoginRequestEventArgs : EventArgsPackage: Korzh.EasyQuery.Db (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.Db.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
LoginRequestEventArgs(string userID, string password) | void | Initializes a new instance of the LoginRequestEventArgs class. |
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| Password | string | Gets or sets the “Password” parameter. |
| UserID | string | Gets or sets the “User ID” parameter. |