Skip to content

BinaryCriteria.ToString method

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