The IDataObjectContext type exposes the following members.

Methods

  NameDescription
Public methodCreateStore
Creates a new store.
Public methodDeleteStore
Delete the named store
Public methodDoesStoreExist
Checks for the existence of a store with the given name
Public methodOpenStore
Opens a new IDataObjectStore with the specified name.

Properties

  NameDescription
Public propertyOptimisticLockingEnabled
Get the flag that indicates if optimistic locking is enabled for stores opened or created by this context by default

See Also