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

DbProvider.IsDefault Property

Tell us if it is the default data source. Default false.

[Visual Basic]
<XmlAttribute(Type:=null, AttributeName:="default", Namespace:="null", Form:=XmlSchemaForm.None, TypeId:=System.Xml.Serialization.XmlAttributeAttribute)>
NotOverridable Public Property IsDefault As  _
    Implements IDbProvider.
[C#]
[XmlAttribute(Type=null, AttributeName="default", Namespace="null", Form=XmlSchemaForm.None, TypeId=System.Xml.Serialization.XmlAttributeAttribute)]
public Boolean IsDefault {get; set;}

Implements

IDbProvider.

See Also

DbProvider Class | IBatisNet.Common Namespace