asp.net.ph

IDbCommand.UpdatedRowSource Property

System.Data Namespace   IDbCommand Class


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

Syntax


Script IDbCommand.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.

Exceptions


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

See Also

IDbCommand 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