An string array to unique identify this parameter-span inside an SqlString.
Namespace: NHibernate.ParamAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
IEnumerable<string> GetIdsForBackTrack( IMapping sessionFactory ) |
Visual Basic |
---|
Function GetIdsForBackTrack ( _ sessionFactory As IMapping _ ) As IEnumerable(Of String) |
Visual C++ |
---|
IEnumerable<String^>^ GetIdsForBackTrack( IMapping^ sessionFactory ) |
Parameters
- sessionFactory
- Type: NHibernate.Engine..::..IMapping
The session-factory (used only because required by IType).
Return Value
[Missing <returns> documentation for "M:NHibernate.Param.IParameterSpecification.GetIdsForBackTrack(NHibernate.Engine.IMapping)"]
Remarks
The each id-for-backtrack is supposed to be unique in the context of a query.
The number of elements returned depend on the column-span of the ExpectedType.