System.Data.OleDb.OleDbCommand.UpdatedRowSource Property

Gets or sets how command results are applied to the System.Data.DataRow when used by the Update method of the System.Data.OleDb.OleDbDataAdapter.

Syntax

[System.ComponentModel.DefaultValue(System.Data.UpdateRowSource.Both)]
public override System.Data.UpdateRowSource UpdatedRowSource { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The default OleDbCommand.UpdatedRowSource value is Both unless the command is automatically generated (as with the System.Data.OleDb.OleDbCommandBuilder), in which case the default is None.

For more information about how to use the OleDbCommand.UpdatedRowSource property, see Using Parameters with a DataAdapter.

Requirements

Namespace: System.Data.OleDb
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0