C# Class System.Data.SqlClient.SqlTransaction

Inheritance: System.Data.Common.DbTransaction
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
SqlTransaction System.Data.Common
Zombie void
ZombieCheck void

Méthodes publiques

Méthode Description
Commit ( ) : void
Rollback ( ) : void
Rollback ( string transactionName ) : void
Save ( string savePointName ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
SqlTransaction ( System.Data.SqlClient.SqlInternalConnection internalConnection, SqlConnection con, IsolationLevel iso, System.Data.SqlClient.SqlInternalTransaction internalTransaction ) : System.Data.Common
Zombie ( ) : void
ZombieCheck ( ) : void

Method Details

Commit() public méthode

public Commit ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Rollback() public méthode

public Rollback ( ) : void
Résultat void

Rollback() public méthode

public Rollback ( string transactionName ) : void
transactionName string
Résultat void

Save() public méthode

public Save ( string savePointName ) : void
savePointName string
Résultat void