| |
|
Constructor
|
CatalogQuery()
-
makes sure no instance of this class can be created
|
|
Method
|
LocalQuery()
-
query a local indexing catalog and return the resultset as a data reader
|
CatalogName - the catalog to query |
|
QueryString - the query to execute |
|
Return value - return the data reader with the resultset |
|
|
Method
|
RemoteQuery()
-
query a remote indexing catalog and return the resultset as a data reader
|
RemoteMachineName - remote machine where indexing server resides |
|
CatalogName - the catalog to query |
|
QueryString - the query to execute |
|
Return value - return the data reader with the resultset |
|
|
Method
|
Query()
-
query a indexing catalog (conenction string determines if local or remote) and return
the resultset as a data reader
|
ConnectionString - the indexing catalog connection string to use |
|
QueryString - the query to execute |
|
Return value - return the data reader with the resultset |
|
|
|