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.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of entities in the EntitySet<TEntity> collection. |
|
HasLoadedOrAssignedValues | Specifies whether the EntitySet<TEntity> has loaded or assigned a value. |
|
IsDeferred | Specifies whether this EntitySet<TEntity> has a deferred query that has not yet executed. |
|
Item | Gets or sets the element at the specified index. |
| Name | Description | |
|---|---|---|
|
ICollection<TEntity>.IsReadOnly | For a description of this member, see IsReadOnly. |
|
ICollection.IsSynchronized | For a description of this member, see IsSynchronized. |
|
ICollection.SyncRoot | For a description of this member, see SyncRoot. |
|
IList.IsFixedSize | For a description of this member, see IsFixedSize. |
|
IList.IsReadOnly | For a description of this member, see IsReadOnly. |
|
IList.Item | For a description of this member, see Item. |
Show: