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

Dao.Interface Property

The Interface class that the dao must implement.

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

See Also

Dao Class | IBatisNet.DataAccess.Configuration Namespace