Overload List

  NameDescription
Public methodCreateObjectSet<(Of <<'(TEntity>)>>)()()()()
Creates a new ObjectSet<(Of <(<'TEntity>)>)> instance that is used to query, add, modify, and delete objects of the specified entity type.
(Inherited from ObjectContext.)
Public methodCreateObjectSet<(Of <<'(TEntity>)>>)(String)
Creates a new ObjectSet<(Of <(<'TEntity>)>)> instance that is used to query, add, modify, and delete objects of the specified type and with the specified entity set name.
(Inherited from ObjectContext.)

See Also