Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OracleCommand::UpdatedRowSource Property

 

Gets or sets a value that specifies how the Update method should apply command results to the DataRow.

Namespace:   System.Data.OracleClient
Assembly:  System.Data.OracleClient (in System.Data.OracleClient.dll)

public:
property UpdateRowSource UpdatedRowSource {
	virtual UpdateRowSource get() override;
	virtual void set(UpdateRowSource value) override;
}

Property Value

Type: System.Data::UpdateRowSource

One of the UpdateRowSource values.

Exception Condition
ArgumentException

The value entered was not one of the UpdateRowSource values.

The default UpdateRowSource value is Both unless the command is automatically generated (as in the case of the OracleCommandBuilder), in which case the default is None.

For more information about using the UpdateRowSource property, see DataAdapter Parameters.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft