This topic has not yet been rated - Rate this topic

ObjectContext.CreateObjectSet<TEntity> Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Creates a new ObjectSet<TEntity> instance that is used to query, add, modify, and delete objects of the specified type.

  Name Description
Public method CreateObjectSet<TEntity>() Creates a new ObjectSet<TEntity> instance that is used to query, add, modify, and delete objects of the specified entity type.
Public method CreateObjectSet<TEntity>(String) Creates a new ObjectSet<TEntity> instance that is used to query, add, modify, and delete objects of the specified type and with the specified entity set name.
Top
Did you find this helpful?
(1500 characters remaining)