AI.nRepo.nRepoConfiguration.WithQueryInterceptor C# (CSharp) Method

WithQueryInterceptor() public method

public WithQueryInterceptor ( IQueryInterceptor interceptor ) : InRepoConfiguration
interceptor IQueryInterceptor
return InRepoConfiguration
        public InRepoConfiguration WithQueryInterceptor(IQueryInterceptor interceptor)
        {
            RepositoryEventRegistry.Register(interceptor);
            return this;
        }