예제 #1
0
파일: Query.cs 프로젝트: sillsdev/wesay
        public Query In(string fieldName)
        {
            InQuery q = new InQuery(this._root ?? this, GetMethodInfo(fieldName));

            NestedQueries.Add(q);
            return(q);
        }
예제 #2
0
 public static SplitQuery <TKey, TRecord> Create <TKey, TRecord>(
     InQuery <TKey, TRecord> query,
     IProgress <ICollectionContext>?progress,
     int maxConcurrency = 20
     ) =>