LinqDataSourceView.InsertDataObject(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.
Inserts a data object into a table.
protected:
virtual void InsertDataObject(System::Object ^ dataContext, System::Object ^ table, System::Object ^ newDataObject);
protected virtual void InsertDataObject (object dataContext, object table, object newDataObject);
abstract member InsertDataObject : obj * obj * obj -> unit
override this.InsertDataObject : obj * obj * obj -> unit
Protected Overridable Sub InsertDataObject (dataContext As Object, table As Object, newDataObject As Object)
Parameters
- dataContext
- Object
The data context of the object.
- table
- Object
The table into which the data is inserted.
- newDataObject
- Object
The object to insert.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.