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

Mapper.Instance Method 

Get the instance of the SqlMapper defined by the SqlMap.Config file.

[Visual Basic]
Public Shared Function Instance() As ISqlMapper
[C#]
public static ISqlMapper Instance();

Return Value

A SqlMapper initalized via the SqlMap.Config file.

See Also

Mapper Class | IBatisNet.DataMapper Namespace