Npgsql Api Docs

NpgsqlCommand.Clone Method 

Create a new command based on this one.

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

Return Value

A new NpgsqlCommand object.

See Also

NpgsqlCommand Class | Npgsql Namespace