DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SCommand Class / DbConnection Property

In This Topic
    DbConnection Property (C1D365SCommand)
    In This Topic
    Gets or sets the System.Data.Common.DbConnection used by this System.Data.Common.DbCommand.
    Syntax
    'Declaration
     
    Protected Property DbConnection As DbConnection
    protected DbConnection DbConnection {get; set;}
    See Also