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

Dao.Implementation Property

The implementation class of the dao.

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

Example

IBatisNet.DataAccess.Test.Implementations.MSSQL.SqlAccountDao

See Also

Dao Class | IBatisNet.DataAccess.Configuration Namespace