Criteria.ToString method

namespace: Serenity.Data   assemblySerenity.Net.Data

Converts the criteria to its string representation while adding its parameters to the target query.

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

See Also