Namespace:
NHibernate.Loader.Collection
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Function WhereString ( _ alias As String, _ columnNames As String(), _ type As IType, _ subselect As SqlString, _ batchSize As Integer _ ) As SqlStringBuilder |
C# |
---|
protected SqlStringBuilder WhereString( string alias, string[] columnNames, IType type, SqlString subselect, int batchSize ) |
Visual C++ |
---|
protected: SqlStringBuilder^ WhereString( String^ alias, array<String^>^ columnNames, IType^ type, SqlString^ subselect, int batchSize ) |
JavaScript |
---|
function whereString(alias, columnNames, type, subselect, batchSize); |
Parameters
- alias
- Type: System..::.String
- columnNames
- Type: array<
System..::.String
>[]()[]
- type
- Type: NHibernate.Type..::.IType
- subselect
- Type: NHibernate.SqlCommand..::.SqlString
- batchSize
- Type: System..::.Int32