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

IDbProvider.SetDbParameterSize Property

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

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

Remarks

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

See Also

IDbProvider Interface | IBatisNet.Common Namespace