Releases all resource used by the object derived by SearchableRepositoryBase<(Of <(<'TEntity, TIdentity>)>)>.
Assembly: Epic.Query.Object
Declaration Syntax
C# |
protected abstract void Dispose()
Remarks
The SearchableRepositoryBase<(Of <(<'TEntity, TIdentity>)>)> implements IDisposable to allow the explicit disposition of its responsibility.
On disposition, all disposable object provided to the constructor will be disposed and all known entities will be CleanUp(TEntity).
This abstract method should be used to clean other resources used by the concrete implementation of the respository.