NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DBCommand.UpdatedRowSource

Gets or sets how command results are to be applied to the current DataRow, when used by the Update method of a DBDataSetCommand.

[Visual Basic]
Overridable Public Property UpdatedRowSource As UpdateRowSource
[C#]
public UpdateRowSource UpdatedRowSource {virtual get; virtual set;}
[C++]
public: __property virtual UpdateRowSource get_UpdatedRowSource();
public: __property virtual void set_UpdatedRowSource(UpdateRowSource);
[JScript]
public function get UpdatedRowSource() : UpdateRowSource;
public function set UpdatedRowSource(UpdateRowSource);

Property Value

One of the UpdateRowSource values. The default is Both.

Exceptions

Exception Type Condition
InvalidUpdateRowSource The value entered was not one of the UpdateRowSource values.

See Also

DBCommand Class | DBCommand Members | System.Data.Internal Namespace