DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataCommand Class / DbConnection Property

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