RepositoryTKey, TValueContainsKey Method |
Checks if the repository has a key TK
Namespace:
Crosser.Common.Utilities.Persistence
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax public static bool ContainsKey(
TKey key
)
Parameters
- key
- Type: TKey
the generic key to use in the lookup
Return Value
Type:
Booleantrue if the key exists in the repository
See Also