NpgsqlTransaction.IsolationLevel Property
					
      
      [This is preliminary documentation and subject to change.]
     
    
       Specifies the IsolationLevel for this transaction. 
      
        [Visual Basic]
        NotOverridable Public ReadOnly Property IsolationLevel As 
IsolationLevel Implements _
   IDbTransaction.IsolationLevel
 
      
      
      
      Property Value
      The IsolationLevel for this transaction. The default is ReadCommitted.
      Implements
      
        IDbTransaction.IsolationLevel
      
      See Also
      
        NpgsqlTransaction Class | Npgsql Namespace