System.Data.Common.DbDataAdapter.DeleteCommand Property

Gets or sets a command for deleting records from the data set.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public DbCommand DeleteCommand { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

During DbDataAdapter.Update(System.Data.DataSet), if this property is not set and primary key information is present in the System.Data.DataSet, the System.Data.IDbDataAdapter.DeleteCommand is automatically generated.

Requirements

Namespace: System.Data.Common
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 2.0.0.0