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

IDaoSessionHandler.GetDaoSession Method 

[Visual Basic]
Function GetDaoSession( _
   ByVal DaoManager As DaoManager _
) As DaoSession
[C#]
DaoSession GetDaoSession(
   DaoManager daoManager
);

Parameters

daoManager

Return Value

See Also

IDaoSessionHandler Interface | IBatisNet.DataAccess.Interfaces Namespace