Mimer Data Provider v9.2

MimerCommand.ExecuteNonQuery Method 

Executes the current SQL statement using the current connection and returns the number of rows affected.

[Visual Basic]
NotOverridable Public Function ExecuteNonQuery() As Integer Implements _
   IDbCommand.ExecuteNonQuery
[C#]
public int ExecuteNonQuery();

Return Value

Number of rows affected.

Implements

IDbCommand.ExecuteNonQuery

Exceptions

Exception TypeCondition
MimerExceptionAn error occurred while executing the statement.

See Also

MimerCommand Class | Mimer.Data.Client Namespace