[Missing <summary> documentation for "M:Bespoke.Common.Data.SqlDataProvider.BeginTransaction(System.Data.IsolationLevel)"]

Namespace:  Bespoke.Common.Data
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public void BeginTransaction(
	IsolationLevel isolationLevel
)
Visual Basic (Declaration)
Public Sub BeginTransaction ( _
	isolationLevel As IsolationLevel _
)
Visual C++
public:
void BeginTransaction(
	IsolationLevel isolationLevel
)

Parameters

isolationLevel
Type: System.Data..::.IsolationLevel

[Missing <param name="isolationLevel"/> documentation for "M:Bespoke.Common.Data.SqlDataProvider.BeginTransaction(System.Data.IsolationLevel)"]

See Also