共用方式為


DataKeyCollection.Count 屬性

定義

取得集合中的項目數目。

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

屬性值

Int32

集合中的項目數目

實作

備註

Count使用 屬性來判斷集合中的專案數目。 在逐一查看集合以判斷上限時,通常會使用這個屬性。

適用於