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

ISqlMapper.AddMappedStatement Method 

Adds a (named) MappedStatement.

[Visual Basic]
Sub AddMappedStatement( _
   ByVal String As String, _
   ByVal IMappedStatement As IMappedStatement _
)
[C#]
void AddMappedStatement(
   String key,
   IMappedStatement mappedStatement
);

Parameters

key
The key name
mappedStatement
The statement to add

See Also

ISqlMapper Interface | IBatisNet.DataMapper Namespace