Sets the op

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

Syntax

C#
public ConditionalFragment SetOp(
	string op
)
Visual Basic
Public Function SetOp ( _
	op As String _
) As ConditionalFragment
Visual C++
public:
ConditionalFragment^ SetOp(
	String^ op
)

Parameters

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

Return Value

[Missing <returns> documentation for "M:NHibernate.SqlCommand.ConditionalFragment.SetOp(System.String)"]

See Also