Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameter.Size Property

Gets or sets the maximum size, in bytes, of the data within the column.

[Visual Basic]
<DefaultValue(Value:=0), _  Category(Category:="Datos")>
NotOverridable Public Property Size As Integer _
    Implements IDbDataParameter.Size
[C#]
[DefaultValue(Value=0)]
[Category(Category="Datos")]
public int Size {get; set;}

Implements

IDbDataParameter.Size

See Also

FbParameter Class | FirebirdSql.Data.Firebird Namespace