EntitySet<TEntity> Properties

Include Protected Members
Include Inherited Members

The EntitySet<TEntity> type exposes the following members.

Properties

  Name Description
Public property Count Gets the total number of items in the EntitySet<TEntity>.
Public property Item Gets or sets the item at the specified index.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IQueryable.ElementType Gets the type of the items in the EntitySet<TEntity>.
Explicit interface implemetationPrivate property IQueryable.Expression Gets the expression tree of the most recent Language Integrated Query (LINQ) query of the EntityList<TEntity>.
Explicit interface implemetationPrivate property IList.IsFixedSize Not implemented.
Explicit interface implemetationPrivate property ICollection<TEntity>.IsReadOnly Not implemented.
Explicit interface implemetationPrivate property IList.IsReadOnly Not implemented.
Explicit interface implemetationPrivate property ICollection.IsSynchronized Not implemented.
Explicit interface implemetationPrivate property IList.Item Gets or sets the item at the specified index.
Explicit interface implemetationPrivate property IQueryable.Provider Gets an object that translates expression tree queries into Collaborative Application Markup Language (CAML) queries and executes them.
Explicit interface implemetationPrivate property ICollection.SyncRoot Not implemented.

Top

See Also

Reference

EntitySet<TEntity> Class

Microsoft.SharePoint.Linq Namespace