[Missing <summary> documentation for "M:NHibernate.Param.ParametersBackTrackExtensions.GetQueryParameterTypes(System.Collections.Generic.IEnumerable{NHibernate.Param.IParameterSpecification},System.Collections.Generic.List{NHibernate.SqlCommand.Parameter},NHibernate.Engine.ISessionFactoryImplementor)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static SqlType[] GetQueryParameterTypes( this IEnumerable<IParameterSpecification> parameterSpecs, List<Parameter> sqlQueryParametersList, ISessionFactoryImplementor factory ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function GetQueryParameterTypes ( _ parameterSpecs As IEnumerable(Of IParameterSpecification), _ sqlQueryParametersList As List(Of Parameter), _ factory As ISessionFactoryImplementor _ ) As SqlType() |
Visual C++ |
---|
[ExtensionAttribute] public: static array<SqlType^>^ GetQueryParameterTypes( IEnumerable<IParameterSpecification^>^ parameterSpecs, List<Parameter^>^ sqlQueryParametersList, ISessionFactoryImplementor^ factory ) |
Parameters
- parameterSpecs
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'IParameterSpecification>)>)>
[Missing <param name="parameterSpecs"/> documentation for "M:NHibernate.Param.ParametersBackTrackExtensions.GetQueryParameterTypes(System.Collections.Generic.IEnumerable{NHibernate.Param.IParameterSpecification},System.Collections.Generic.List{NHibernate.SqlCommand.Parameter},NHibernate.Engine.ISessionFactoryImplementor)"]
- sqlQueryParametersList
- Type: System.Collections.Generic..::..List<(Of <(<'Parameter>)>)>
[Missing <param name="sqlQueryParametersList"/> documentation for "M:NHibernate.Param.ParametersBackTrackExtensions.GetQueryParameterTypes(System.Collections.Generic.IEnumerable{NHibernate.Param.IParameterSpecification},System.Collections.Generic.List{NHibernate.SqlCommand.Parameter},NHibernate.Engine.ISessionFactoryImplementor)"]
- factory
- Type: NHibernate.Engine..::..ISessionFactoryImplementor
[Missing <param name="factory"/> documentation for "M:NHibernate.Param.ParametersBackTrackExtensions.GetQueryParameterTypes(System.Collections.Generic.IEnumerable{NHibernate.Param.IParameterSpecification},System.Collections.Generic.List{NHibernate.SqlCommand.Parameter},NHibernate.Engine.ISessionFactoryImplementor)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Param.ParametersBackTrackExtensions.GetQueryParameterTypes(System.Collections.Generic.IEnumerable{NHibernate.Param.IParameterSpecification},System.Collections.Generic.List{NHibernate.SqlCommand.Parameter},NHibernate.Engine.ISessionFactoryImplementor)"]