ICriteria.ToStringIgnoreParams method

namespace: Serenity   assemblySerenity.Net.Data

Converts the criteria to string while ignoring its params if any. ToString() raises an exception if a criteria has params, while this not.

public string ToStringIgnoreParams()

See Also