Get the where clause fragment, give a query alias
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function QueryWhereFragment ( _ alias As String, _ innerJoin As Boolean, _ includeSubclasses As Boolean _ ) As SqlString |
C# |
---|
SqlString QueryWhereFragment( string alias, bool innerJoin, bool includeSubclasses ) |
Visual C++ |
---|
SqlString^ QueryWhereFragment( String^ alias, bool innerJoin, bool includeSubclasses ) |
JavaScript |
---|
function queryWhereFragment(alias, innerJoin, includeSubclasses); |
Parameters
- alias
- Type: System..::.String
SQL alias to use for column names in the returned query
- innerJoin
- Type: System..::.Boolean
- includeSubclasses
- Type: System..::.Boolean