[Missing <summary> documentation for "T:DatabaseObjects.SQL.SQLSetTransactionIsolationLevel"]

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public class SQLSetTransactionIsolationLevel : SQLStatement
Visual Basic
Public Class SQLSetTransactionIsolationLevel _
	Inherits SQLStatement
Visual C++
public ref class SQLSetTransactionIsolationLevel : public SQLStatement

Inheritance Hierarchy

System..::..Object
  DatabaseObjects.SQL..::..SQLStatement
    DatabaseObjects.SQL..::..SQLSetTransactionIsolationLevel

See Also