Npgsql API Docs

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 _
    Implements IDbDataParameter.Size
[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

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlParameter.Size

See Also

NpgsqlParameter Class | Npgsql Namespace