BinaryCriteria.ToString method

namespace: Serenity.Data   assemblySerenity.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