'Declaration Public Function New( _ ByVal parameterName As String, _ ByVal rowTypeName As String, _ ByVal direction As ParameterDirection, _ ByVal isNullable As Boolean, _ ByVal sourceColumn As String, _ ByVal sourceVersion As DataRowVersion, _ ByVal value As Object _ )
public PgSqlParameter( string parameterName, string rowTypeName, ParameterDirection direction, bool isNullable, string sourceColumn, DataRowVersion sourceVersion, object value )
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.