Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 496 Bytes

File metadata and controls

18 lines (13 loc) · 496 Bytes

ParamCriteria.ToString method

namespace: Serenity.Data   assemblySerenity.Net.Data

Converts the criteria to string.

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

See Also