Get the Sql operator to use for the GtExpression.
Namespace:
NHibernate.ExpressionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overrides ReadOnly Property Op As String |
C# |
---|
protected override string Op { get; } |
Visual C++ |
---|
protected: virtual property String^ Op { String^ get () override; } |
JavaScript |
---|
function get_op(); |