Namespace:
NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ positionalParameterTypes As IType(), _ positionalParameterValues As Object(), _ namedParameters As IDictionary, _ lockModes As IDictionary, _ rowSelection As RowSelection, _ readOnly As Boolean, _ cacheable As Boolean, _ cacheRegion As String, _ comment As String, _ collectionKeys As Object() _ ) |
C# |
---|
public QueryParameters( IType[] positionalParameterTypes, Object[] positionalParameterValues, IDictionary namedParameters, IDictionary lockModes, RowSelection rowSelection, bool readOnly, bool cacheable, string cacheRegion, string comment, Object[] collectionKeys ) |
Visual C++ |
---|
public: QueryParameters( array<IType^>^ positionalParameterTypes, array<Object^>^ positionalParameterValues, IDictionary^ namedParameters, IDictionary^ lockModes, RowSelection^ rowSelection, bool readOnly, bool cacheable, String^ cacheRegion, String^ comment, array<Object^>^ collectionKeys ) |
JavaScript |
---|
NHibernate.Engine.QueryParameters = function(positionalParameterTypes, positionalParameterValues, namedParameters, lockModes, rowSelection, readOnly, cacheable, cacheRegion, comment, collectionKeys); |
Parameters
- positionalParameterTypes
- Type: array<
NHibernate.Type..::.IType
>[]()[]
- positionalParameterValues
- Type: array<
System..::.Object
>[]()[]
- namedParameters
- Type: System.Collections..::.IDictionary
- lockModes
- Type: System.Collections..::.IDictionary
- rowSelection
- Type: NHibernate.Engine..::.RowSelection
- readOnly
- Type: System..::.Boolean
- cacheable
- Type: System..::.Boolean
- cacheRegion
- Type: System..::.String
- comment
- Type: System..::.String
- collectionKeys
- Type: array<
System..::.Object
>[]()[]