Npgsql API Docs

NpgsqlCommand.Parameters Property

Gets the NpgsqlParameterCollection.

[Visual Basic]
Public ReadOnly Property Parameters As NpgsqlParameterCollection
[C#]
public NpgsqlParameterCollection Parameters {get;}

Property Value

The parameters of the SQL statement or function (stored procedure). The default is an empty collection.

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlCommand.Parameters

See Also

NpgsqlCommand Class | Npgsql Namespace