C# Class System.Data.Common.DbTransaction

Inheritance: MarshalByRefObject, IDbTransaction
显示文件 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Commit ( ) : void
Dispose ( ) : void
Rollback ( ) : void

Protected Methods

Method Description
DbTransaction ( )
Dispose ( bool disposing ) : void

Method Details

Commit() public abstract method

public abstract Commit ( ) : void
return void

DbTransaction() protected method

protected DbTransaction ( )

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Rollback() public abstract method

public abstract Rollback ( ) : void
return void