return bool |
|
object obj |
Type SqlSelectBuilder
Namespace NHibernate.SqlCommand
Parent SqlBaseBuilder
Interfaces ISqlStringBuilder
return bool |
|
object obj |
return int |
return Type |
return SqlSelectBuilder |
The SqlSelectBuilder |
string fromClause |
The fromClause to set |
return SqlSelectBuilder |
The SqlSelectBuilder |
SqlString fromClause |
The fromClause in a SqlString |
return SqlSelectBuilder |
The SqlSelectBuilder |
string tableName |
The name of the Table to get the data from |
string alias |
The Alias to use for the table name. |
return SqlSelectBuilder |
The SqlSelectBuilder |
string groupByClause |
The groupByClause to set |
return SqlSelectBuilder |
|
LockMode lockMode |
return SqlSelectBuilder |
The SqlSelectBuilder |
string orderByClause |
The orderByClause to set |
All of the Sql needs to be included in the SELECT. No OUTER JOINS will automatically be added.
return SqlSelectBuilder |
The SqlSelectBuilder |
SqlString outerJoinsAfterFrom |
The outerJoinsAfterFrom to set |
SqlString outerJoinsAfterWhere |
The outerJoinsAfterWhere to set |
return SqlSelectBuilder |
The SqlSelectBuilder |
string selectClause |
The selectClause to set |
return SqlSelectBuilder |
|
string tableAlias |
|
String[] columnNames |
|
IType whereType |
return SqlSelectBuilder |
This SqlSelectBuilder |
SqlString whereSqlString |
The SqlString that contains the sql and parameters to add to the WHERE |
return SqlString |
return string |
return Dialect
|