Click or drag to resize

StorageTStorageEntity, TKey, TValueAny Method

Check if the repository has any items at all

Namespace:  Crosser.Common.Utilities.Persistence
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public bool Any()

Return Value

Type: Boolean
true if the collection has at least 1 item
See Also