LibraryDbContainer MembersA Sandcastle Documented Class Library

The LibraryDbContainer type exposes the following members.
Constructors

  NameDescription
Public methodLibraryDbContainer 
Initialise un nouvel objet LibraryDbContainer à l'aide de la chaîne de connexion trouvée dans la section « LibraryDbContainer » du fichier de configuration d'application.
Public methodLibraryDbContainer(EntityConnection)
Initialise un nouvel objet LibraryDbContainer.
Public methodLibraryDbContainer(String)
Initialise un nouvel objet LibraryDbContainer.
Back to Top
Methods

  NameDescription
Public methodAcceptAllChanges
Accepts all changes made to objects in the object context.
(Inherited from ObjectContext.)
Public methodAddObject
Adds an object to the object context.
(Inherited from ObjectContext.)
Public methodAddToBugReports
Il n'existe aucun commentaire pour BugReports dans le schéma.
Public methodAddToDBVersions
Il n'existe aucun commentaire pour DBVersions dans le schéma.
Public methodApplyPropertyChanges
Applies property changes from a detached object to an object already attached to the object context.
(Inherited from ObjectContext.)
Public methodAttach
Attaches an object or object graph to the object context when the object has an entity key.
(Inherited from ObjectContext.)
Public methodAttachTo
Attaches an object or object graph to the object context in a specific entity set.
(Inherited from ObjectContext.)
Public methodCreateEntityKey
Creates the entity key for a specific object, or returns the entity key if it already exists.
(Inherited from ObjectContext.)
Public methodCreateQuery T 
Creates an ObjectQuery T  in the current object context by using the specified query string.
(Inherited from ObjectContext.)
Public methodDeleteObject
Marks an object for deletion.
(Inherited from ObjectContext.)
Public methodDetach
Removes the object from the object context.
(Inherited from ObjectContext.)
Public methodDispose 
Releases the resources used by the object context.
(Inherited from ObjectContext.)
Protected methodDispose(Boolean)
Releases the resources used by the object context.
(Inherited from ObjectContext.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodExecuteFunction TElement 
Executes the given function on the default container.
(Inherited from ObjectContext.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectByKey
Returns an object that has the specified entity key.
(Inherited from ObjectContext.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRefresh(RefreshMode, IEnumerable)
Updates a collection of objects in the object context with data from the persisted store.
(Inherited from ObjectContext.)
Public methodRefresh(RefreshMode, Object)
Updates an object in the object context with data from the persisted store.
(Inherited from ObjectContext.)
Public methodSaveChanges 
Persists all updates to the store and resets change tracking in the object context.
(Inherited from ObjectContext.)
Public methodSaveChanges(Boolean)
Persists all updates to the store and optionally resets change tracking in the object context.
(Inherited from ObjectContext.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTryGetObjectByKey
Returns an object that has the specified entity key.
(Inherited from ObjectContext.)
Back to Top
Properties

  NameDescription
Public propertyBugReports
Il n'existe aucun commentaire pour BugReports dans le schéma.
Public propertyCommandTimeout
Gets or sets the timeout value, in seconds, for all object context operations.
(Inherited from ObjectContext.)
Public propertyConnection
Gets the connection used by the object context.
(Inherited from ObjectContext.)
Public propertyDBVersions
Il n'existe aucun commentaire pour DBVersions dans le schéma.
Public propertyDefaultContainerName
Gets or sets the default container name.
(Inherited from ObjectContext.)
Public propertyMetadataWorkspace
Gets the metadata workspace used by the object context.
(Inherited from ObjectContext.)
Public propertyObjectStateManager
Gets the object state manager used by the object context to track object changes.
(Inherited from ObjectContext.)
Back to Top
Events

  NameDescription
Public eventSavingChanges
Occurs when changes are saved to the persisted store.
(Inherited from ObjectContext.)
Back to Top
See Also