ICriterion interface

Interface for accessing specific Criterion<T> implementations, and custom implementations.

Namespace: ReFlex.Data.Criterion namespace
Assembly: ReFlex.Data.dll

Syntax

public interface ICriterion

Remarks

Classes implementing ICriterion can be passed to ObjectFactory for building query where clauses. See ReFlex.Data.Criterion<T> class.