Skip to content

LoginRequestEventArgs class

Provides data for Korzh.EasyQuery.Db.DbGate.LoginRequest event

public class Korzh.EasyQuery.Db.LoginRequestEventArgs
: EventArgs

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Db.dll

NameTypeDescription
LoginRequestEventArgs(string userID, string password)voidInitializes a new instance of the LoginRequestEventArgs class.
NameTypeDescription
PasswordstringGets or sets the “Password” parameter.
UserIDstringGets or sets the “User ID” parameter.