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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.