Npgsql API Docs

NpgsqlCommand.Clone Method 

Create a new connection based on this one.

[Visual Basic]
Public Function Clone() As NpgsqlCommand
[C#]
public NpgsqlCommand Clone();

Return Value

A new NpgsqlConnection object.

Remarks

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

See Also

NpgsqlCommand Class | Npgsql Namespace