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
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.