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

DbProvider.FormatNameForSql Method 

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

[Visual Basic]
Overridable Public Function FormatNameForSql( _
   ByVal String As String _
) As String _
    Implements IDbProvider.
[C#]
public virtual string FormatNameForSql(
   String parameterName
);

Parameters

parameterName
The unformatted name of the parameter

Return Value

A parameter formatted for an IDbCommand.CommandText

Implements

IDbProvider.

See Also

DbProvider Class | IBatisNet.Common Namespace