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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.