 | X509CertificateDatabaseExecuteNonQuery Method |
Execute a non-query database command.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxprotected virtual int ExecuteNonQuery(
DbCommand command
)
Parameters
- command DbCommand
- The command to be executed.
Return Value
Int32The number of rows affected.
RemarksExecutes the ExecuteNonQuery method.
This method is intended to be overridden by subclasses to patch commands before execution or to log them.
See Also