Share via


SqliteParameter.Direction Property

Definition

Gets or sets the direction of the parameter. Only Input is supported.

public override System.Data.ParameterDirection Direction { get; set; }
member this.Direction : System.Data.ParameterDirection with get, set
Public Overrides Property Direction As ParameterDirection

Property Value

The direction of the parameter.

Applies to