SharpSchedule

ConnectionFactory.ExecuteNonQuery Method (IDbCommand)

Wrapper for executing updates, inserts, etc. Used to ensure that the error handling for/ connection handling is performed in a consistent manner. NOTE: The connection object is closed by default.

[Visual Basic]
Overloads Public Shared Sub ExecuteNonQuery( _
   ByVal command As IDbCommand _
)
[C#]
public static void ExecuteNonQuery(
   IDbCommand command
);

Parameters

command
The command to be executed.

See Also

ConnectionFactory Class | Ozanam.Schedule.Store.Database Namespace | ConnectionFactory.ExecuteNonQuery Overload List