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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.