Search Results for

    Show / Hide Table of Contents

    Class AfterDatabaseLoginEventArgs

    Provides data for the AfterDatabaseLogin event.

    Inheritance
    System.Object
    AfterDatabaseLoginEventArgs
    Namespace: FastReport
    Assembly: FastReport.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
    System.Data.Common.DbConnection connection

    The connection object.

    Properties

    Connection

    Gets the DbConnection object.

    Declaration
    public DbConnection Connection { get; }
    Property Value
    Type Description
    System.Data.Common.DbConnection
    Back to top © 1998-2025 Copyright Fast Reports Inc.