Npgsql API Docs

NpgsqlCommand.CreateParameter Method 

Creates a new instance of a NpgsqlParameter object.

[Visual Basic]
Public Function CreateParameter() As NpgsqlParameter
[C#]
public NpgsqlParameter CreateParameter();

Return Value

A NpgsqlParameter object.

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlCommand.CreateParameter

See Also

NpgsqlCommand Class | Npgsql Namespace