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

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