ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ConnectionOpeningEventArgs Class / Connection Property

In This Topic
    Connection Property (ConnectionOpeningEventArgs)
    In This Topic
    Gets the connection that is about to be opened.
    Syntax
    'Declaration
     
    Public ReadOnly Property Connection As System.Data.Common.DbConnection
    public System.Data.Common.DbConnection Connection {get;}
    See Also