WrappedConnection.BeginTransaction method (1 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Data

Begins a database transaction.

public IDbTransaction BeginTransaction()

Return Value

An object representing the new transaction.

See Also


WrappedConnection.BeginTransaction method (2 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Data

Begins a database transaction with the specified IsolationLevel value.

public IDbTransaction BeginTransaction(IsolationLevel il)
parameter description
il One of the IsolationLevel values.

Return Value

An object representing the new transaction.

See Also