Initializes a new instance of the SqlCommandImpl class

Namespace: NHibernate.SqlCommand
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public SqlCommandImpl(
	SqlString query,
	ICollection<IParameterSpecification> specifications,
	QueryParameters queryParameters,
	ISessionFactoryImplementor factory
)
Visual Basic
Public Sub New ( _
	query As SqlString, _
	specifications As ICollection(Of IParameterSpecification), _
	queryParameters As QueryParameters, _
	factory As ISessionFactoryImplementor _
)
Visual C++
public:
SqlCommandImpl(
	SqlString^ query, 
	ICollection<IParameterSpecification^>^ specifications, 
	QueryParameters^ queryParameters, 
	ISessionFactoryImplementor^ factory
)

Parameters

query
Type: NHibernate.SqlCommand..::..SqlString

[Missing <param name="query"/> documentation for "M:NHibernate.SqlCommand.SqlCommandImpl.#ctor(NHibernate.SqlCommand.SqlString,System.Collections.Generic.ICollection{NHibernate.Param.IParameterSpecification},NHibernate.Engine.QueryParameters,NHibernate.Engine.ISessionFactoryImplementor)"]

specifications
Type: System.Collections.Generic..::..ICollection<(Of <(<'IParameterSpecification>)>)>

[Missing <param name="specifications"/> documentation for "M:NHibernate.SqlCommand.SqlCommandImpl.#ctor(NHibernate.SqlCommand.SqlString,System.Collections.Generic.ICollection{NHibernate.Param.IParameterSpecification},NHibernate.Engine.QueryParameters,NHibernate.Engine.ISessionFactoryImplementor)"]

queryParameters
Type: NHibernate.Engine..::..QueryParameters

[Missing <param name="queryParameters"/> documentation for "M:NHibernate.SqlCommand.SqlCommandImpl.#ctor(NHibernate.SqlCommand.SqlString,System.Collections.Generic.ICollection{NHibernate.Param.IParameterSpecification},NHibernate.Engine.QueryParameters,NHibernate.Engine.ISessionFactoryImplementor)"]

factory
Type: NHibernate.Engine..::..ISessionFactoryImplementor

[Missing <param name="factory"/> documentation for "M:NHibernate.SqlCommand.SqlCommandImpl.#ctor(NHibernate.SqlCommand.SqlString,System.Collections.Generic.ICollection{NHibernate.Param.IParameterSpecification},NHibernate.Engine.QueryParameters,NHibernate.Engine.ISessionFactoryImplementor)"]

See Also