Get the Sql operator to use for the property expression.

Namespace: NHibernate.Criterion
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected abstract string Op { get; }
Visual Basic
Protected MustOverride ReadOnly Property Op As String
	Get
Visual C++
protected:
virtual property String^ Op {
	String^ get () abstract;
}

See Also