AI.nRepo.nRepoConfiguration.WithQueryInterceptor C# (CSharp) 메소드

WithQueryInterceptor() 공개 메소드

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