SqliteParameter.Size Property

Definition

Gets or sets the maximum size, in bytes, of the parameter.

public override int Size { get; set; }
member this.Size : int with get, set
Public Overrides Property Size As Integer

Property Value

The maximum size, in bytes, of the parameter.

Applies to