示例#1
0
 public SimpleQueryExecutor(TextContentQuery textContentQuery)
     : base(textContentQuery)
 {
     this.textContentQuery = textContentQuery;
 }
示例#2
0
 public CouchbaseTextContentQuery(TextContentQuery contentQuery)
     : base(contentQuery)
 {
     this._textContentQuery = contentQuery;
 }
示例#3
0
 public SimpleQueryExecutor(TextContentQuery textContentQuery)
     : base(textContentQuery)
 {
     this.textContentQuery = textContentQuery;
 }
示例#4
0
 public TextContentQueryExecutor(TextContentQuery textContentQuery)
 {
     TextContentQuery = textContentQuery;
 }
示例#5
0
 public CouchbaseTextContentQuery(TextContentQuery contentQuery)
     : base(contentQuery)
 {
     this._textContentQuery = contentQuery;
 }
示例#6
0
 public TextContentQueryExecutor(TextContentQuery textContentQuery)
 {
     TextContentQuery = textContentQuery;
 }