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

In This Topic
    C1ODataCommand Class
    In This Topic
    C1ODataCommand contains all the necessary information to fully specify a OData command and execute it.
    Object Model
    C1ODataCommand Class
    Syntax
    'Declaration
     
    Public NotInheritable Class C1ODataCommand 
       Inherits C1.DataConnector.AdoNet.C1CommandBase(Of C1ODataCommand)
    public sealed class C1ODataCommand : C1.DataConnector.AdoNet.C1CommandBase<C1ODataCommand> 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DbCommand
                C1.DataConnector.AdoNet.C1CommandBase
                   C1.DataConnector.AdoNet.C1CommandBase<TCommandImpl>
                      C1.AdoNet.OData.C1ODataCommand

    See Also