Sets the op

Namespace:  NHibernate.SqlCommand
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function SetOp ( _
	op As String _
) As ConditionalFragment
C#
public ConditionalFragment SetOp(
	string op
)
Visual C++
public:
ConditionalFragment^ SetOp(
	String^ op
)
JavaScript
function setOp(op);

Parameters

op
Type: System..::.String
The op to set

See Also