Interface for accessing specific Criterion<T> implementations, and custom implementations.
Namespace: ReFlex.Data.Criterion namespace Assembly: ReFlex.Data.dll
public interface ICriterion
Classes implementing ICriterion can be passed to ObjectFactory for building query where clauses. See ReFlex.Data.Criterion<T> class.