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 | |
|---|---|---|
|
CreateObjectSet<TEntity>() | Creates a new ObjectSet<TEntity> instance that is used to query, add, modify, and delete objects of the specified entity type. |
|
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. |