LinqDataSourceView.InsertDataObject(Object, Object, Object) Method

Definition

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