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

SqlMapper.GetParameterMap Method 

Get a ParameterMap by name

[Visual Basic]
NotOverridable Public Function GetParameterMap( _
   ByVal String As String _
) As ParameterMap _
    Implements ISqlMapper.
[C#]
public ParameterMap GetParameterMap(
   String name
);

Parameters

name
The name of the ParameterMap

Return Value

The ParameterMap

Implements

ISqlMapper.

See Also

SqlMapper Class | IBatisNet.DataMapper Namespace