Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public QueryParameters( IDictionary<string, TypedValue> namedParameters, IDictionary<string, LockMode> lockModes, RowSelection rowSelection, bool isReadOnlyInitialized, bool readOnly, bool cacheable, string cacheRegion, string comment, bool isLookupByNaturalKey, IResultTransformer transformer ) |
Visual Basic |
---|
Public Sub New ( _ namedParameters As IDictionary(Of String, TypedValue), _ lockModes As IDictionary(Of String, LockMode), _ rowSelection As RowSelection, _ isReadOnlyInitialized As Boolean, _ readOnly As Boolean, _ cacheable As Boolean, _ cacheRegion As String, _ comment As String, _ isLookupByNaturalKey As Boolean, _ transformer As IResultTransformer _ ) |
Visual C++ |
---|
public: QueryParameters( IDictionary<String^, TypedValue^>^ namedParameters, IDictionary<String^, LockMode^>^ lockModes, RowSelection^ rowSelection, bool isReadOnlyInitialized, bool readOnly, bool cacheable, String^ cacheRegion, String^ comment, bool isLookupByNaturalKey, IResultTransformer^ transformer ) |
Parameters
- namedParameters
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, TypedValue>)>)>
[Missing <param name="namedParameters"/> documentation for "M:NHibernate.Engine.QueryParameters.#ctor(System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue},System.Collections.Generic.IDictionary{System.String,NHibernate.LockMode},NHibernate.Engine.RowSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.Boolean,NHibernate.Transform.IResultTransformer)"]
- lockModes
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, LockMode>)>)>
[Missing <param name="lockModes"/> documentation for "M:NHibernate.Engine.QueryParameters.#ctor(System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue},System.Collections.Generic.IDictionary{System.String,NHibernate.LockMode},NHibernate.Engine.RowSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.Boolean,NHibernate.Transform.IResultTransformer)"]
- rowSelection
- Type: NHibernate.Engine..::..RowSelection
[Missing <param name="rowSelection"/> documentation for "M:NHibernate.Engine.QueryParameters.#ctor(System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue},System.Collections.Generic.IDictionary{System.String,NHibernate.LockMode},NHibernate.Engine.RowSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.Boolean,NHibernate.Transform.IResultTransformer)"]
- isReadOnlyInitialized
- Type: System..::..Boolean
[Missing <param name="isReadOnlyInitialized"/> documentation for "M:NHibernate.Engine.QueryParameters.#ctor(System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue},System.Collections.Generic.IDictionary{System.String,NHibernate.LockMode},NHibernate.Engine.RowSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.Boolean,NHibernate.Transform.IResultTransformer)"]
- readOnly
- Type: System..::..Boolean
[Missing <param name="readOnly"/> documentation for "M:NHibernate.Engine.QueryParameters.#ctor(System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue},System.Collections.Generic.IDictionary{System.String,NHibernate.LockMode},NHibernate.Engine.RowSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.Boolean,NHibernate.Transform.IResultTransformer)"]
- cacheable
- Type: System..::..Boolean
[Missing <param name="cacheable"/> documentation for "M:NHibernate.Engine.QueryParameters.#ctor(System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue},System.Collections.Generic.IDictionary{System.String,NHibernate.LockMode},NHibernate.Engine.RowSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.Boolean,NHibernate.Transform.IResultTransformer)"]
- cacheRegion
- Type: System..::..String
[Missing <param name="cacheRegion"/> documentation for "M:NHibernate.Engine.QueryParameters.#ctor(System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue},System.Collections.Generic.IDictionary{System.String,NHibernate.LockMode},NHibernate.Engine.RowSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.Boolean,NHibernate.Transform.IResultTransformer)"]
- comment
- Type: System..::..String
[Missing <param name="comment"/> documentation for "M:NHibernate.Engine.QueryParameters.#ctor(System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue},System.Collections.Generic.IDictionary{System.String,NHibernate.LockMode},NHibernate.Engine.RowSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.Boolean,NHibernate.Transform.IResultTransformer)"]
- isLookupByNaturalKey
- Type: System..::..Boolean
[Missing <param name="isLookupByNaturalKey"/> documentation for "M:NHibernate.Engine.QueryParameters.#ctor(System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue},System.Collections.Generic.IDictionary{System.String,NHibernate.LockMode},NHibernate.Engine.RowSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.Boolean,NHibernate.Transform.IResultTransformer)"]
- transformer
- Type: NHibernate.Transform..::..IResultTransformer
[Missing <param name="transformer"/> documentation for "M:NHibernate.Engine.QueryParameters.#ctor(System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue},System.Collections.Generic.IDictionary{System.String,NHibernate.LockMode},NHibernate.Engine.RowSelection,System.Boolean,System.Boolean,System.Boolean,System.String,System.String,System.Boolean,NHibernate.Transform.IResultTransformer)"]