Click or drag to resize
MimeKit

X509CertificateDatabaseExecuteReader Method

Execute a database command.

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

Parameters

command  DbCommand
The command to be executed.

Return Value

DbDataReader
The database reader.
Remarks

Executes the ExecuteReader method.

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

See Also