EntitySet<TEntity> Properties
.NET Framework (current version)
Namespace:
System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| 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[Int32] | 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[Int32] | For a description of this member, see Item. |
![]() ![]() | IListSource.ContainsListCollection | For a description of this member, see ContainsListCollection. |
Show:


