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

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