次の方法で共有


SqliteCommand.DbParameterCollection プロパティ

定義

コマンドで使用されるパラメーターのコレクションを取得します。

protected override System.Data.Common.DbParameterCollection DbParameterCollection { get; }
member this.DbParameterCollection : System.Data.Common.DbParameterCollection
Protected Overrides ReadOnly Property DbParameterCollection As DbParameterCollection

プロパティ値

コマンドで使用されるパラメーターのコレクション。

適用対象