Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) SqlTransaction.ToString Examples
Programming Language:
C# (CSharp)
Class/Type:
SqlTransaction
Method/Function:
ToString
Examples at hotexamples.com:
1
C# (CSharp) SqlTransaction.ToString - 1 examples found
. These are the top rated real world C# (CSharp) examples of
SqlTransaction.ToString
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Dispose(30)
Commit(30)
Rollback(30)
Save(30)
TransactionDestiny(23)
CommitAsync(14)
ExecuteNonQuery(12)
RollbackAsync(11)
CreateCommand(6)
IsNullOrEmpty(4)
DisposeAsync(4)
StoreSent(4)
StoreReceived(4)
AssertSqlTransactionIsValid(4)
IsNotNull(3)
LogInsertAsync(2)
IsNull(2)
SafelyDispose(2)
TryRollback(2)
SelectMessages(2)
Should(2)
GetHashCode(2)
Execute(2)
Equals(2)
CommitAndCloseConnection(2)
RollbackAndCloseConnection(2)
SafelyRollback(1)
SafelyCommit(1)
ToString(1)
SafeDispose(1)
AcquireAppLockAsync(1)
LogUpdateAsync(1)
LogDeleteAsync(1)
AddTransactionalOutboxPendingItemAsync(1)
InitializeLifetimeService(1)
Initialize(1)
GetType(1)
GetLifetimeService(1)
DaRollback(1)
CreateTrigger(1)
CreateObjRef(1)
AssertNotNull(1)
IsInstance(1)
Frequently Used Methods
Dispose (30)
Commit (30)
Rollback (30)
Save (30)
TransactionDestiny (23)
CommitAsync (14)
ExecuteNonQuery (12)
RollbackAsync (11)
CreateCommand (6)
IsNullOrEmpty (4)
Frequently Used Methods
DisposeAsync (4)
StoreSent (4)
StoreReceived (4)
AssertSqlTransactionIsValid (4)
IsNotNull (3)
LogInsertAsync (2)
IsNull (2)
SafelyDispose (2)
TryRollback (2)
SelectMessages (2)
Should (2)
GetHashCode (2)
Execute (2)
Equals (2)
CommitAndCloseConnection (2)
RollbackAndCloseConnection (2)
SafelyRollback (1)
SafelyCommit (1)
ToString (1)
SafeDispose (1)
Frequently Used Methods
Should (2)
GetHashCode (2)
Execute (2)
Equals (2)
CommitAndCloseConnection (2)
RollbackAndCloseConnection (2)
SafelyRollback (1)
SafelyCommit (1)
ToString (1)
SafeDispose (1)
AcquireAppLockAsync (1)
LogUpdateAsync (1)
LogDeleteAsync (1)
AddTransactionalOutboxPendingItemAsync (1)
InitializeLifetimeService (1)
Initialize (1)
GetType (1)
GetLifetimeService (1)
DaRollback (1)
CreateTrigger (1)
CreateObjRef (1)
AssertNotNull (1)
IsInstance (1)
Frequently Used Methods
AcquireAppLockAsync (1)
LogUpdateAsync (1)
LogDeleteAsync (1)
AddTransactionalOutboxPendingItemAsync (1)
InitializeLifetimeService (1)
Initialize (1)
GetType (1)
GetLifetimeService (1)
DaRollback (1)
CreateTrigger (1)
CreateObjRef (1)
AssertNotNull (1)
IsInstance (1)
Example #1
0
Show file
public override string ToString() { return(_trans.ToString()); }
x