DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVCommand Class
Members

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

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

    See Also