Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 520 Bytes

File metadata and controls

18 lines (13 loc) · 520 Bytes

UnaryCriteria.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 target query to add params to.

See Also