TeamFoundationSqlResourceComponent.BeginTransaction Method
Used to wrap several calls in a single transaction. All executes on this component will be in the transaction until Commit or RollBack are called.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub BeginTransaction ( _
isolationLevel As IsolationLevel _
)
public void BeginTransaction(
IsolationLevel isolationLevel
)
public:
void BeginTransaction(
IsolationLevel isolationLevel
)
member BeginTransaction :
isolationLevel:IsolationLevel -> unit
public function BeginTransaction(
isolationLevel : IsolationLevel
)
Parameters
- isolationLevel
Type: System.Data.IsolationLevel
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.