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

IDbProvider.AssemblyName Property

The name of the assembly which conatins the definition of the provider.

[Visual Basic]
<XmlAttribute(Type:=null, AttributeName:="assemblyName", Namespace:="null", Form:=XmlSchemaForm.None, TypeId:=System.Xml.Serialization.XmlAttributeAttribute)>
Property AssemblyName As 
[C#]
[XmlAttribute(Type=null, AttributeName="assemblyName", Namespace="null", Form=XmlSchemaForm.None, TypeId=System.Xml.Serialization.XmlAttributeAttribute)]
String AssemblyName {get; set;}

Example

Examples : "System.Data", "Microsoft.Data.Odbc"

See Also

IDbProvider Interface | IBatisNet.Common Namespace