Class QueryBuilderCommandExtensions
- Namespace
- Rinku
- Assembly
- Rinku.dll
Runs a query off a QueryBuilderCommand<TCommand>. The bound command already carries the builder's values, so these methods only render its text and execute, in the same shapes the command's own execution methods offer. Call them again after changing values to rerun the one command.
public static class QueryBuilderCommandExtensions
- Inheritance
-
QueryBuilderCommandExtensions
- Inherited Members
Methods
ToBoolArr(object?[])
Projects the values to a presence map, true for each key that carries a value.
public static bool[] ToBoolArr(this object?[] vars)
Parameters
varsobject[]
Returns
- bool[]