Namespaces

Types

Type ConditionalFragment

Namespace NHibernate.SqlCommand

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

ConditionalFragment SetCondition(String[] lhs, string rhs)

Parameters
return ConditionalFragment
String[] lhs
string rhs

ConditionalFragment SetCondition(String[] lhs, String[] rhs)

Parameters
return ConditionalFragment
String[] lhs
String[] rhs

ConditionalFragment SetCondition(String[] lhs, Parameter[] rhs)

Parameters
return ConditionalFragment
String[] lhs
Parameter[] rhs

ConditionalFragment SetOp(string op)

Sets the op
Parameters
return ConditionalFragment
string op The op to set

ConditionalFragment SetTableAlias(string tableAlias)

Parameters
return ConditionalFragment
string tableAlias

SqlString ToSqlStringFragment()

Parameters
return SqlString

string ToString()

Parameters
return string