LinqDataSourceView.UpdateDataObject(Object, Object, 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 void UpdateDataObject(System::Object ^ dataContext, System::Object ^ table, System::Object ^ oldDataObject, System::Object ^ newDataObject);
protected virtual void UpdateDataObject (object dataContext, object table, object oldDataObject, object newDataObject);
abstract member UpdateDataObject : obj * obj * obj * obj -> unit
override this.UpdateDataObject : obj * obj * obj * obj -> unit
Protected Overridable Sub UpdateDataObject (dataContext As Object, table As Object, oldDataObject As Object, newDataObject As Object)
Parameters
- dataContext
- Object
The data context class to update.
- table
- Object
The data collection that contains the object to update.
- oldDataObject
- Object
The object to be updated.
- newDataObject
- Object
The updated object.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.