dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / MemCryptStorage Class / ContainsKey Method
The specified ID.

In This Topic
ContainsKey Method (MemCryptStorage)
In This Topic
Determines whether the MemCryptStorage contains a key with the specified ID.
Syntax
'Declaration
 
Public Shared Function ContainsKey( _
   ByVal id As String _
) As Boolean
 

Parameters

id
The specified ID.

Return Value

true, if the MemCryptStorage contains a key with the specified ID.
See Also