EntityTransaction Class
Class representing a transaction for the conceptual layer
Assembly: EntityFramework (in EntityFramework.dll)
System.MarshalByRefObject
System.Data.Common.DbTransaction
System.Data.Entity.Core.EntityClient.EntityTransaction
Name | Description | |
---|---|---|
![]() | Connection | Gets EntityConnection for this EntityTransaction . |
![]() | DbConnection | The connection object owning this transaction object(Overrides DbTransaction.DbConnection.) |
![]() | IsolationLevel | Gets the isolation level of this EntityTransaction.(Overrides DbTransaction.IsolationLevel.) |
![]() | StoreTransaction | Gets the DbTransaction for the underlying provider transaction. |
Name | Description | |
---|---|---|
![]() | Commit() | Commits the underlying transaction.(Overrides DbTransaction.Commit().) |
![]() | CreateObjRef(Type) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from DbTransaction.) |
![]() | Dispose(Boolean) | Cleans up this transaction object(Overrides DbTransaction.Dispose(Boolean).) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | Rollback() | Rolls back the underlying transaction.(Overrides DbTransaction.Rollback().) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.