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

DbProvider.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)>
NotOverridable Public Property SetDbParameterSize As  _
    Implements IDbProvider.
[C#]
[XmlAttribute(Type=null, AttributeName="setDbParameterSize", Namespace="null", Form=XmlSchemaForm.None, TypeId=System.Xml.Serialization.XmlAttributeAttribute)]
public Boolean SetDbParameterSize {get; set;}

Implements

IDbProvider.

Remarks

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

See Also

DbProvider Class | IBatisNet.Common Namespace