[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)"]

Namespace: NHibernate.Param
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)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable<(Of <(<'IParameterSpecification>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also