DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / DbConnector Class / Command Property

In This Topic
    Command Property
    In This Topic
    Gets or sets the ADO.NET command object for retrieving data from the database.
    Syntax
    'Declaration
     
    Public Property Command As DbCommand
    public DbCommand Command {get; set;}
    See Also