Assembly CatalogQueryManager
Type CatalogQuery - class which can be used to query a Indexing Server Catalog
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