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

DbProvider.IsEnabled Property

Tell us if this provider is enabled. Default true.

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

Implements

IDbProvider.

See Also

DbProvider Class | IBatisNet.Common Namespace