Class AfterDatabaseLoginEventArgs
Provides data for the AfterDatabaseLogin event.
Inheritance
System.Object
AfterDatabaseLoginEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport
Assembly: FastReport.OpenSource.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 |