asp.net.ph

OleDbCommand.UpdatedRowSource Property

System.Data.OleDb Namespace   OleDbCommand Class


Sets or retrieves how command results are applied to a DataRow when used by the Update method of the DbDataAdapter.

Syntax


Script OleDbCommand.UpdatedRowSource [ = enumValue ]

Property Value


enumValue One of the UpdateRowSource values.

The property is read/write with a default value of Both, unless the command is automatically generated. Then the default is None.

Implements

IDbCommand.UpdatedRowSource

Exceptions


Exception Type Condition
ArgumentException Occurs when the specified value is not one of the UpdateRowSource values.

See Also

OleDbCommand Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph