MongoRepository documentation
MongoRepositoryManagerT, TKeyIsCapped Method |
Tests whether the repository is capped.
Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
public virtual bool IsCapped()
Public Overridable Function IsCapped As Boolean
public: virtual bool IsCapped()
abstract IsCapped : unit -> bool override IsCapped : unit -> bool
Return Value
Type: BooleanReturns true when the repository is capped, false otherwise.
Implements
IRepositoryManagerT, TKeyIsCappedSee Also