Parameters
- parameterName
- Name of the parameter.
- rowTypeName
- Name of composite type of Devart.Common.DbParameterBase.Value.
- direction
- One of the System.Data.ParameterDirection values.
- isNullable
- true if the value of the field can be null; otherwise, false.
- sourceColumn
- The name of the source column.
- sourceVersion
- One of the System.Data.DataRowVersion values.
- value
- An Object that is the value of the PgSqlParameter.