Skip to content

ValueCriteria.ToString method

Converts the criteria to string.

public override void ToString(StringBuilder sb, IQueryWithParams query)
parameter description
sb The string builder.
query The target query to add params to.

See Also