dotConnect for PostgreSQL Documentation
Devart.Common Namespace / SqlStatement Class / ExecuteNonQuery Method

In This Topic
ExecuteNonQuery Method (SqlStatement)
In This Topic
Executes the statement.
Syntax
'Declaration
 
Public Sub ExecuteNonQuery() 
 
Remarks
This method is an alternative to Execute and ExecuteNext methods. It allows you to execute statements individually in any order. Note that Execute of SqlStatement does not generate Error or Progress event.
See Also