ObjectContext.CreateObjectSet Method
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |