QueryableDataSourceView.UpdateObject(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates a data object.
protected:
virtual int UpdateObject(System::Object ^ oldEntity, System::Object ^ newEntity);
protected virtual int UpdateObject (object oldEntity, object newEntity);
abstract member UpdateObject : obj * obj -> int
override this.UpdateObject : obj * obj -> int
Protected Overridable Function UpdateObject (oldEntity As Object, newEntity As Object) As Integer
Parameters
- oldEntity
- Object
The object to update.
- newEntity
- Object
The updated object.
Returns
The number of rows that were updated in the data object.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.