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);
One of the UpdateRowSource values. The default is Both.
Exception Type | Condition |
---|---|
InvalidUpdateRowSource | The value entered was not one of the UpdateRowSource values. |
DBCommand Class | DBCommand Members | System.Data.Internal Namespace