Update BaseMongoRepository.TKey.Index.cs
This commit is contained in:
committed by
GitHub
parent
5e4cbfa1b3
commit
846bb16730
@@ -109,7 +109,7 @@ namespace MongoDbGenericRepository
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The MongoDb accessor to manage indexes.
|
/// The MongoDb accessor to manage indexes.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected MongoDbIndexHandler MongoDbIndexHandler
|
protected virtual MongoDbIndexHandler MongoDbIndexHandler
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
@@ -124,6 +124,7 @@ namespace MongoDbGenericRepository
|
|||||||
}
|
}
|
||||||
return _mongoDbIndexHandler;
|
return _mongoDbIndexHandler;
|
||||||
}
|
}
|
||||||
|
set { _mongoDbIndexHandler = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user