'Declaration Public Function New( _ ByVal parameterName As String, _ ByVal dbType As PgSqlType, _ ByVal size As Integer, _ ByVal sourceColumn As String _ )
public PgSqlParameter( string parameterName, PgSqlType dbType, int size, string sourceColumn )
Parameters
- parameterName
- The name of the parameter.
- dbType
- size
- The maximum size, in bytes, of the data within the column.
- sourceColumn
- The name of the source column.