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

Mapper.Get Method 

Get the instance of the SqlMapper defined by the SqlMap.Config file. (Convenience form of Instance method.)

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

Return Value

A SqlMapper initalized via the SqlMap.Config file.

See Also

Mapper Class | IBatisNet.DataMapper Namespace