Class AfterDatabaseLoginEventArgs
Provides data for the AfterDatabaseLogin event.
Inheritance
System.Object
AfterDatabaseLoginEventArgs
Namespace: FastReport
Assembly: FastReport.Base.dll
Syntax
public class AfterDatabaseLoginEventArgs
Constructors
AfterDatabaseLoginEventArgs(DbConnection)
Initializes a new instance of the AfterDatabaseLoginEventArgs class using the specified connection.
Declaration
public AfterDatabaseLoginEventArgs(DbConnection connection)
Parameters
Type | Name | Description |
---|---|---|
DbConnection | connection | The connection object. |
Properties
Connection
Gets the DbConnection object.
Declaration
public DbConnection Connection { get; }
Property Value
Type | Description |
---|---|
DbConnection |