BinaryCriteria.ToString method
namespace: Serenity.Data assembly: Serenity.Net.Data
Converts the criteria to string in a string builder, while adding its params to the target query.
public override void ToString(StringBuilder sb, IQueryWithParams query)
| parameter | description |
|---|---|
| sb | The string builder. |
| query | The target query. |
See Also
- interface IQueryWithParams
- class BinaryCriteria