Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
System.Data.DataSet で挿入されたローに該当するローをデータベースに挿入するために、DbDataAdapter.Update メソッドが呼び出されたときにデータベースに対して実行される ULCommand オブジェクトを指定します。
Public Shadows Property InsertCommand As ULCommand
public new ULCommand InsertCommand {get;set;}
System.Data.DataSet で挿入されたローに該当するデータベース内のローを挿入するために実行される ULCommand オブジェクト。
InsertCommand プロパティが既存の ULCommand オブジェクトに割り当てられる場合、ULCommand オブジェクトのクローンは作成されません。InsertCommand プロパティは、既存の ULCommand オブジェクトへの参照を保持します。
これは、System.Data.IDbDataAdapter.InsertCommand プロパティと System.Data.Common.DbDataAdapter.InsertCommand プロパティが厳密に型指定されたものです。