The IEntitySet<(Of <(<'T>)>)> generic type exposes the following members.

Methods

  NameDescription
Public methodAdd(T)
Adds a new item to the entity set
Public methodAdd(T, String)
Adds a new item to the entity set, attaching it to the specified resource address
Public methodCreate
Creates a new entity instance and adds it to the collection
Public methodGetEnumerator()()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'T>)>)>.)
Public methodGetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)

Properties

  NameDescription
Public propertyElementType
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
(Inherited from IQueryable.)
Public propertyExpression
Gets the expression tree that is associated with the instance of IQueryable.
(Inherited from IQueryable.)
Public propertyProvider
Gets the query provider that is associated with this data source.
(Inherited from IQueryable.)

See Also