Click or drag to resize
MimeKit

X509CertificateDatabaseExecuteNonQuery Method

Execute a non-query database command.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
protected virtual int ExecuteNonQuery(
	DbCommand command
)

Parameters

command  DbCommand
The command to be executed.

Return Value

Int32
The number of rows affected.
Remarks

Executes the ExecuteNonQuery method.

This method is intended to be overridden by subclasses to patch commands before execution or to log them.

See Also