Skip to content

ICriteria interface

namespace: Serenity   assemblySerenity.Net.Services

Shared criteria interface.

public interface ICriteria

Members

name description
IsEmpty { get; } Gets a value indicating whether this criteria instance is empty.
ToString(…) Converts the criteria to string representation while adding params to the target query. (2 methods)
ToStringIgnoreParams() Converts the criteria to string while ignoring its params if any. ToString() raises an exception if a criteria has params, while this not.

See Also