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

IBatisNet.DataMapper Namespace

Namespace hierarchy

Classes

Class Description
ExecuteEventArgs Summary description for ExecuteEventArgs.
Mapper A singleton class to access the default SqlMapper defined by the SqlMap.Config
SqlMapper Summary description for SqlMap.
SqlMapSession Summary description for SqlMapSession.

Interfaces

Interface Description
ISqlMapper Contract for an ISqlMapper
ISqlMapSession SqlMap Session contract

Delegates

Delegate Description
DictionaryRowDelegate A delegate called once per row in the QueryForMapWithRowDelegate method
DictionaryRowDelegate<K,V> A delegate called once per row in the QueryForMapWithRowDelegate method
RowDelegate A delegate called once per row in the QueryWithRowDelegate method
RowDelegate<T> A delegate called once per row in the QueryWithRowDelegate method

Enumerations

Enumeration Description
CacheKeyType
SelectKeyType Indicate if the generated key by a selectKey statement concern a pre or post-generated key.