[Missing <summary> documentation for "M:NHibernate.Param.ParametersBackTrackExtensions.GetEffectiveParameterLocations(System.Collections.Generic.IList{NHibernate.SqlCommand.Parameter},System.String)"]

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

Syntax

C#
public static IEnumerable<int> GetEffectiveParameterLocations(
	this IList<Parameter> sqlParameters,
	string backTrackId
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function GetEffectiveParameterLocations ( _
	sqlParameters As IList(Of Parameter), _
	backTrackId As String _
) As IEnumerable(Of Integer)
Visual C++
[ExtensionAttribute]
public:
static IEnumerable<int>^ GetEffectiveParameterLocations(
	IList<Parameter^>^ sqlParameters, 
	String^ backTrackId
)

Parameters

sqlParameters
Type: System.Collections.Generic..::..IList<(Of <(<'Parameter>)>)>

[Missing <param name="sqlParameters"/> documentation for "M:NHibernate.Param.ParametersBackTrackExtensions.GetEffectiveParameterLocations(System.Collections.Generic.IList{NHibernate.SqlCommand.Parameter},System.String)"]

backTrackId
Type: System..::..String

[Missing <param name="backTrackId"/> documentation for "M:NHibernate.Param.ParametersBackTrackExtensions.GetEffectiveParameterLocations(System.Collections.Generic.IList{NHibernate.SqlCommand.Parameter},System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Param.ParametersBackTrackExtensions.GetEffectiveParameterLocations(System.Collections.Generic.IList{NHibernate.SqlCommand.Parameter},System.String)"]

Usage Note

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

See Also