[This is preliminary documentation and is subject to change.]

Executes the query with isolation levels

Namespace:  OfficeClip.DBLayer
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected void ExecuteNonQuery(
	IsolationLevel transactionIsolationLevel
)
Visual Basic (Declaration)
Protected Sub ExecuteNonQuery ( _
	transactionIsolationLevel As IsolationLevel _
)
Visual C++
protected:
void ExecuteNonQuery(
	IsolationLevel transactionIsolationLevel
)

Parameters

transactionIsolationLevel
Type: System.Data..::.IsolationLevel

See Also