Advanced.Data.Provider Documentation

AdpCommand.ExecuteNonQuery Method 

[This is preliminary documentation and subject to change.]

Executes a Transact-SQL statement against the 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

The number os rows affected.

Implements

IDbCommand.ExecuteNonQuery

See Also

AdpCommand Class | Advanced.Data.Provider Namespace