EntitySet(TEntity) Properties

EntitySet<TEntity> Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The EntitySet<TEntity> type exposes the following members.

  NameDescription
Public property Count Gets the number of entities in the EntitySet<TEntity> collection.
Public property HasLoadedOrAssignedValues Specifies whether the EntitySet<TEntity> has loaded or assigned a value.
Public property IsDeferred Specifies whether this EntitySet<TEntity> has a deferred query that has not yet executed.
Public property Item Gets or sets the element at the specified index.
Top

  NameDescription
Explicit interface implemetation Private property ICollection<TEntity>.IsReadOnly For a description of this member, see IsReadOnly.
Explicit interface implemetation Private property ICollection.IsSynchronized For a description of this member, see IsSynchronized.
Explicit interface implemetation Private property ICollection.SyncRoot For a description of this member, see SyncRoot.
Explicit interface implemetation Private property IList.IsFixedSize For a description of this member, see IsFixedSize.
Explicit interface implemetation Private property IList.IsReadOnly For a description of this member, see IsReadOnly.
Explicit interface implemetation Private property IList.Item For a description of this member, see Item.
Top

Show:
© 2017 Microsoft