Npgsql Api Docs

NpgsqlCommand.Prepare Method 

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

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

Implements

IDbCommand.Prepare

See Also

NpgsqlCommand Class | Npgsql Namespace