See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The ProjectDbEntityAccessor type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetConnectionProvider (Inherited from DbEntityAccessor.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPropertyValue (Inherited from EntityAccessor.)
Protected methodGetPropertyValueCore (Inherited from DbEntityAccessor.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadEntity(Type, Object, EntityLoadOptions) (Inherited from EntityAccessor.)
Public methodLoadEntity(EntityDescriptor, Object, EntityLoadOptions) (Inherited from EntityAccessor.)
Protected methodLoadEntityCore (Overrides DbEntityAccessorLoadEntityCore(EntityDescriptor, Object, EntityLoadOptions).)
Public methodLoadKeyList (Inherited from EntityAccessor.)
Protected methodLoadKeyListCore (Inherited from DbEntityAccessor.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewAutoKeys (Inherited from EntityAccessor.)
Protected methodNewAutoKeysCore (Inherited from DbEntityAccessor.)
Protected methodNewConnectionProvider (Inherited from DbEntityAccessor.)
Public methodNewEntitySet(Type) (Inherited from EntityAccessor.)
Public methodNewEntitySet(Type, Type, IEntityCollectionRelationship) (Inherited from EntityAccessor.)
Protected methodNewEntitySetCore(Type) (Inherited from DbEntityAccessor.)
Protected methodNewEntitySetCore(Type, Type, IEntityCollectionRelationship) (Inherited from EntityAccessor.)
Public methodNotifyLocalEntitySetCreated (Inherited from EntityAccessor.)
Protected methodNotifyLocalEntitySetCreatedCore (Inherited from EntityAccessor.)
Protected methodOnBeforeSaveChanges (Inherited from EntityAccessor.)
Public methodQuery(Type, EntityQuery, EntityLoadOptions) (Inherited from EntityAccessor.)
Public methodQuery(Type, EntityDescriptor, EntityQuery, EntityLoadOptions) (Inherited from EntityAccessor.)
Protected methodQueryCore (Overrides DbEntityAccessorQueryCore(Type, EntityDescriptor, EntityQuery, EntityLoadOptions).)
Public methodSaveChanges (Inherited from EntityAccessor.)
Protected methodSaveChangesCore (Inherited from DbEntityAccessor.)
Public methodSupportsQuery (Inherited from EntityAccessor.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also