Wednesday, March 25, 2020

SearchSQL in C#

SearchSQL sqlObject = new SearchSQL("SELECT DocumentTitle, Id FROM Document
      WHERE Creator = 'jsmith'");

 
 

Along these lines there is also:

SearchScope objStores = new SearchScope(osArray, MergeMode.INTERSECTION);

 
 

I do not yet understand too much of this.

No comments:

Post a Comment