MongoRepositoryManager(T, TKey).Validate Method

MongoRepository

MongoRepositoryManagerT, TKeyValidate Method
Validates the integrity of the repository.

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
public virtual ValidateCollectionResult Validate()
Public Overridable Function Validate As ValidateCollectionResult
public:
virtual ValidateCollectionResult^ Validate()
abstract Validate : unit -> ValidateCollectionResult 
override Validate : unit -> ValidateCollectionResult 

Return Value

Type: ValidateCollectionResult
Returns a ValidateCollectionResult.

Implements

IRepositoryManagerT, TKeyValidate
Remarks
You will need to reference MongoDb.Driver.
See Also