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

IDbProvider.SetDbParameterPrecision Property

Used to indicate whether or not the provider supports parameter precision.

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

Remarks

See JIRA-49 about SQLite.Net provider not supporting parameter precision.

See Also

IDbProvider Interface | IBatisNet.Common Namespace