Click or drag to resize
BCRepositoryExecuteQuery Method
Overload List
  NameDescription
Public methodExecuteQuery(BCSearchQuery)
Returns a collection of documents matching the given query.
Public methodExecuteQuery(BCSearchQuery, BCCollectionBaseBCPropertyDef)
Returns a collection of documents matching the given query.
Public methodExecuteQuery(BCSearchQuery, IEnumerableString)
Returns a collection of documents matching the given query.
Public methodExecuteQuery(BCSearchQuery, BCCollectionBaseBCPropertyDef, SortKind)
Returns a collection of documents matching the given query.
Public methodExecuteQuery(BCSearchQuery, IEnumerableString, PropertyDefFlags)
Returns a collection of documents matching the given query.
Public methodExecuteQuery(BCSearchQuery, BCCollectionBaseBCPropertyDef, SortKind, BCSearchQuery)
Returns a collection of documents matching the given query.
Public methodExecuteQuery(BCSearchQuery, BCCollectionBaseBCPropertyDef, SortKind, BCSelection)
Returns a collection of documents matching the given query.
Public methodExecuteQuery(BCSearchQuery, IEnumerableString, PropertyDefFlags, SortKind)
Returns a collection of documents matching the given query.
Public methodExecuteQuery(BCSearchQuery, IEnumerableString, PropertyDefFlags, SortKind, BCSearchQuery)
Returns a collection of documents matching the given query.
Public methodExecuteQuery(BCSearchQuery, IEnumerableString, PropertyDefFlags, SortKind, BCSelection)
Returns a collection of documents matching the given query.
Top
See Also