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

ISqlMapper.GetMappedStatement Method 

Gets a MappedStatement by name

[Visual Basic]
Function GetMappedStatement( _
   ByVal String As String _
) As IMappedStatement
[C#]
IMappedStatement GetMappedStatement(
   String id
);

Parameters

id
The id of the statement

Return Value

The MappedStatement

See Also

ISqlMapper Interface | IBatisNet.DataMapper Namespace