QueryableDataSourceView.UpdateObject(Object, 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

Параметры

oldEntity
Object

Обновляемый объект.

newEntity
Object

Обновленный объект.

Возвращаемое значение

Int32

Количество строк, обновленных в объекте данных.

Применяется к