Npgsql API Docs

NpgsqlCommand.Prepare Method 

Creates a prepared version of the command on a PostgreSQL server.

[Visual Basic]
NotOverridable Public Sub Prepare() _
    Implements IDbCommand.Prepare
[C#]
public void Prepare();

Implements

IDbCommand.Prepare

Remarks

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

See Also

NpgsqlCommand Class | Npgsql Namespace