NpgsqlCommand.Prepare Method
Creates a prepared version of the command on a PostgreSQL server.
[Visual Basic]
Overrides Public Sub Prepare() _
[C#]
public override
void Prepare();
Implements
IDbCommand.Prepare
See Also
NpgsqlCommand Class | Npgsql Namespace