iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

IDbProvider.FormatNameForSql Method 

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

[Visual Basic]
Function FormatNameForSql( _
   ByVal String As String _
) As String
[C#]
string FormatNameForSql(
   String parameterName
);

Parameters

parameterName
The unformatted name of the parameter

Return Value

A parameter formatted for an IDbCommand.CommandText

See Also

IDbProvider Interface | IBatisNet.Common Namespace