Get the Sql operator to put between multiple
ICriterions.
Namespace: NHibernate.CriterionAssembly: 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