DbBatchCommandCollection.Count プロパティ

定義

ICollection<T> に格納されている要素の数を取得します。

public:
 abstract property int Count { int get(); };
public abstract int Count { get; }
member this.Count : int
Public MustOverride ReadOnly Property Count As Integer

プロパティ値

ICollection<T> に格納されている要素の数。

実装

適用対象