Dashing.Engine.DML.WriterQueryCacheKey.WriterQueryCacheKey C# (CSharp) 메소드

WriterQueryCacheKey() 공개 메소드

public WriterQueryCacheKey ( IConfiguration configuration, Type type ) : System
configuration IConfiguration
type System.Type
리턴 System
        public WriterQueryCacheKey(IConfiguration configuration, Type type) {
            this.Configuration = configuration;
            this.Type = type;
        }