Click or drag to resize
MimeKit

SQLServerCertificateDatabaseLimitToOne Method

Limit the query results to a single record.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
protected override StringBuilder LimitToOne(
	StringBuilder query
)

Parameters

query  StringBuilder
A StringBuilder containing an SQL SELECT query.

Return Value

StringBuilder
A modified SQL query that will limit the results to a single record.
Remarks
Modifies the SQL SELECTquery to limit the query results to a single record.
See Also