DataConnector | ComponentOne
C1.AdoNet.Snowflake Assembly / C1.AdoNet.Snowflake Namespace / C1SnowflakeDataAdapter Class / InsertCommand Property

In This Topic
    InsertCommand Property (C1SnowflakeDataAdapter)
    In This Topic
    Gets or sets an SQL statement used to insert new records into the data source.
    Syntax
    'Declaration
     
    Public Property InsertCommand As C1SnowflakeCommand
    public C1SnowflakeCommand InsertCommand {get; set;}
    See Also