LinqDataSourceView.InsertObject(Object) メソッド

定義

データ オブジェクトを LinqDataSourceView オブジェクトに挿入します。

protected:
 override int InsertObject(System::Object ^ newEntity);
protected override int InsertObject(object newEntity);
override this.InsertObject : obj -> int
Protected Overrides Function InsertObject (newEntity As Object) As Integer

パラメーター

newEntity
Object

挿入するデータ オブジェクト。

返品

データ ソース ビューに挿入されたオブジェクトの数。

適用対象