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

IDbProvider.SetDbParameterScale Property

Used to indicate whether or not the provider supports a parameter scale.

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

Remarks

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

See Also

IDbProvider Interface | IBatisNet.Common Namespace