Npgsql Api Docs

NpgsqlParameter.Clone Method 

Creates a new NpgsqlParameter that is a copy of the current instance.

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

Return Value

A new NpgsqlParameter that is a copy of this instance.

See Also

NpgsqlParameter Class | Npgsql Namespace