Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Private ReadOnly Property Count As Integer
Implements ICollection.Count
Get
'Usage
Dim instance As ResultSetView
Dim value As Integer
value = CType(instance, ICollection).Count
int ICollection.Count { get; }
private:
virtual property int Count {
int get () sealed = ICollection::Count::get;
}
private abstract Count : int
private override Count : int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Int32