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>元素数。

实现

适用于