Change the parameterName into the correct format IDbCommand.CommandText for the ConnectionProvider

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

Syntax

C#
public string FormatNameForSql(
	string parameterName
)
Visual Basic
Public Function FormatNameForSql ( _
	parameterName As String _
) As String
Visual C++
public:
String^ FormatNameForSql(
	String^ parameterName
)

Parameters

parameterName
Type: System..::..String
The unformatted name of the parameter

Return Value

A parameter formatted for an IDbCommand.CommandText

See Also