ToggleOverload List

Type NameDescription
Public methodFetchObjects(SearchSQL, Nullable<(Of <(Int32>)>), PropertyFilter, Nullable<(Of <(Boolean>)>))
Retrieves EngineObject objects from the repository or repositories specified for the SearchScope instance.

The following property settings can affect this method:

  • ObjectStore.DefaultQueryTimeLimit
  • ObjectStore.MaxQueryTimeLimit
  • ObjectStore.QueryDatabaseTimeout
  • IServerCacheConfiguration.QueryPageMaxSize
  • IServerCacheConfiguration.QueryPageDefaultSize
  • IServerCacheConfiguration.NonPagedQueryMaxSize
  • IServerCacheConfiguration.QueryCountDefaultSize
  • IServerCacheConfiguration.QueryCountMaxSize
Public methodFetchObjects(IStoredSearch, String, SearchTemplateParameters, Nullable<(Of <(Int32>)>), PropertyFilter, Nullable<(Of <(Boolean>)>))
Retrieves EngineObject objects from the repository or repositories specified for the SearchScope instance.

The following property settings can affect this method:

  • ObjectStore.DefaultQueryTimeLimit
  • ObjectStore.MaxQueryTimeLimit
  • ObjectStore.QueryDatabaseTimeout
  • IServerCacheConfiguration.QueryPageMaxSize
  • IServerCacheConfiguration.QueryPageDefaultSize
  • IServerCacheConfiguration.NonPagedQueryMaxSize
  • IServerCacheConfiguration.QueryCountDefaultSize
  • IServerCacheConfiguration.QueryCountMaxSize

ToggleSee Also