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

DbProvider Class

Information about a data provider.

For a list of all members of this type, see DbProvider Members.

System.Object
   DbProvider

[Visual Basic]
<Serializable, _  Serializable(TypeId:=System.SerializableAttribute), _  XmlRoot(ElementName:="provider", Namespace:="http://ibatis.apache.org/providers", IsNullable:=True, TypeId:=System.Xml.Serialization.XmlRootAttribute)>
Public Class DbProvider
    Implements IDbProvider
[C#]
[Serializable]
[Serializable(TypeId=System.SerializableAttribute)]
[XmlRoot(ElementName="provider", Namespace="http://ibatis.apache.org/providers", IsNullable=True, TypeId=System.Xml.Serialization.XmlRootAttribute)]
public class DbProvider : IDbProvider

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IBatisNet.Common

Assembly: IBatisNet.Common (in IBatisNet.Common.dll)

See Also

DbProvider Members | IBatisNet.Common Namespace