Метод | Описание | |
---|---|---|
BitwiseNativeOperation ( string sqlOpToken ) : System |
creates an instance using the giving token Use this constructor only if the token DOES NOT represent a NOT-Operation |
|
BitwiseNativeOperation ( string sqlOpToken, bool isNot ) : System |
creates an instance using the giving token and the flag indicating a NOT-Operation
|
|
Render ( IList args, ISessionFactoryImplementor factory ) : NHibernate.SqlCommand.SqlString | ||
ReturnType ( IType columnType, IMapping mapping ) : IType |
Метод | Описание | |
---|---|---|
AddFirstArgument ( ) : void | ||
AddRestOfArguments ( ) : void | ||
AddToBuffer ( object arg ) : void | ||
AddToken ( ) : void | ||
Prepare ( IList args ) : void |
public BitwiseNativeOperation ( string sqlOpToken ) : System | ||
sqlOpToken | string | /// The operation token /// |
Результат | System |
public BitwiseNativeOperation ( string sqlOpToken, bool isNot ) : System | ||
sqlOpToken | string | |
isNot | bool | |
Результат | System |
public Render ( IList args, ISessionFactoryImplementor factory ) : NHibernate.SqlCommand.SqlString | ||
args | IList | |
factory | ISessionFactoryImplementor | |
Результат | NHibernate.SqlCommand.SqlString |
public ReturnType ( IType columnType, IMapping mapping ) : IType | ||
columnType | IType | |
mapping | IMapping | |
Результат | IType |