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

SqlMapper.AddMappedStatement Method 

Adds a (named) MappedStatement.

[Visual Basic]
NotOverridable Public Sub AddMappedStatement( _
   ByVal String As String, _
   ByVal IMappedStatement As IMappedStatement _
) _
    Implements ISqlMapper.
[C#]
public void AddMappedStatement(
   String key,
   IMappedStatement mappedStatement
);

Parameters

key
The key name
mappedStatement
The statement to add

Implements

ISqlMapper.

See Also

SqlMapper Class | IBatisNet.DataMapper Namespace