book_query_or


Description:


[ Version ( replacement = "BookQuery.or" ) ]
public BookQuery book_query_or (int nqs, BookQuery qs, bool unref)

Creates a new BookQuery which is the logical OR of the queries in qs s.

Parameters:

nqs

the number of queries to OR

qs

pointer to an array of BookQuery items

unref

if true, the new query takes ownership of the existing queries

Returns:

A new BookQuery


Namespace: E