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

SqlMapper.GetMappedStatement Method 

Gets a MappedStatement by name

[Visual Basic]
NotOverridable Public Function GetMappedStatement( _
   ByVal String As String _
) As IMappedStatement _
    Implements ISqlMapper.
[C#]
public IMappedStatement GetMappedStatement(
   String id
);

Parameters

id
The id of the statement

Return Value

The MappedStatement

Implements

ISqlMapper.

See Also

SqlMapper Class | IBatisNet.DataMapper Namespace