DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Snowflake Namespace / C1SnowflakeCommand Class
Members

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

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

    See Also