DataServiceCollection<T> Properties

Include Protected Members
Include Inherited Members

The DataServiceCollection<T> type exposes the following members.

Properties

  Name Description
Public property Continuation Gets a continuation object that is used to return the next set of paged results.
Public property Count (Inherited from Collection<T>.)
Public property Item (Inherited from Collection<T>.)
Protected property Items (Inherited from Collection<T>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<T>.)

Top

See Also

Reference

DataServiceCollection<T> Class

System.Data.Services.Client Namespace