NpgsqlCommand.Cancel Method 
      
      [This is preliminary documentation and subject to change.]
     
    
       Attempts to cancel the execution of a NpgsqlCommand. 
      
        [Visual Basic]
        
NotOverridable Public Sub Cancel() Implements _
   IDbCommand.Cancel
      
        [C#]
        public 
void Cancel();
 
      Implements
      
        IDbCommand.Cancel
      
      Remarks
      This Method isn't implemented yet.
      See Also
      
        NpgsqlCommand Class | Npgsql Namespace