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.

OdbcCommand::UpdatedRowSource Property

 

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

Namespace:   System.Data.Odbc
Assembly:  System.Data (in System.Data.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.

The default UpdateRowSource value is Both unless the command is automatically generated, as with the OdbcCommandBuilder, in which case the default is None.

For more information about how to use the UpdatedRowSource property, see DataAdapter Parameters.

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