SqlParameterCollection.Count プロパティ

定義

SqlParameterCollection内の要素の数を含む整数を返します。 読み取り専用。

public:
 virtual property int Count { int get(); };
public:
 property int Count { int get(); };
public override int Count { get; }
[System.ComponentModel.Browsable(false)]
public int Count { get; }
member this.Count : int
[<System.ComponentModel.Browsable(false)>]
member this.Count : int
Public Overrides ReadOnly Property Count As Integer
Public ReadOnly Property Count As Integer

プロパティ値

整数として SqlParameterCollection 内の要素の数。

実装

属性

適用対象

こちらもご覧ください