Skip to content

BaseCriteria.ToStringIgnoreParams method

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

public string ToStringIgnoreParams()

Return Value

The string representation of the criteria.

See Also