 | X509CertificateDatabaseExecuteReader Method |
Execute a database command.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxprotected virtual DbDataReader ExecuteReader(
DbCommand command
)
Parameters
- command DbCommand
- The command to be executed.
Return Value
DbDataReaderThe database reader.
RemarksExecutes the ExecuteReader method.
This method is intended to be overridden by subclasses to patch commands before execution or to log them.
See Also