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

IDaoManager.Item Property

Gets a Dao instance for the requested interface type.

[Visual Basic]
Property Item( _
   ByVal Type As Type _
) As 
[C#]
IDao this[
   Type daoInterface
] {get;}

See Also

IDaoManager Interface | IBatisNet.DataAccess Namespace