NpgsqlParameter.Size Property
Gets or sets the maximum size, in bytes, of the data within the column.
[Visual Basic]
NotOverridable Public Property Size As
Integer _
[C#]
public
int Size {get; set;}
Property Value
The maximum size, in bytes, of the data within the column. The default value is inferred from the parameter value.
Implements
IDbDataParameter.Size
See Also
NpgsqlParameter Class | Npgsql Namespace