dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlParameter Class / Clone Method

In This Topic
Clone Method (PgSqlParameter)
In This Topic
Creates a new object that is a copy of the current PgSqlParameter instance.
Syntax
'Declaration
 
Public Function Clone() As PgSqlParameter
 

Return Value

A new PgSqlParameter object in which all property values are the same as the original.
See Also