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

In This Topic
    PgSqlParameter Class Properties
    In This Topic

    For a list of all members of this type, see PgSqlParameter members.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets or sets the System.Data.DbType of the parameter.  
    Public PropertyOverridden. Gets or sets a value indicating whether the parameter is input-only, output-only, or bidirectional parameter.  
    Public PropertyGets or sets a value indicating whether the parameter accepts null values. (Inherited from Devart.Common.DbParameterBase)
    Public PropertyGets or sets the name of the Devart.Common.DbParameterBase. (Inherited from Devart.Common.DbParameterBase)
    Public PropertyGets or sets the PgSqlType of the parameter.  
    Public PropertyGets or sets provider-specific value of the parameter.  
    Public PropertyGets or sets the maximum number of digits used to represent the Value property.  
    Public PropertySets type of parameter in case of PostgreSQL composite value passed as string.  
    Public PropertySets name of parameter type in case of PostgreSQL composite value passed as string.  
    Public PropertyGets or sets the number of decimal places to which Value is resolved.  
    Public PropertyGets or sets the maximum size, in bytes, of the data within the column. (Inherited from Devart.Common.DbParameterBase)
    Public PropertyGets or sets the name of the source column mapped to the System.Data.DataSet and used for loading or returning the Value. For internal use. (Inherited from Devart.Common.DbParameterBase)
    Public PropertySets or gets a value which indicates whether the source column is nullable. (Inherited from Devart.Common.DbParameterBase)
    Public PropertyGets or sets the System.Data.DataRowVersion to use when loading Value. (Inherited from Devart.Common.DbParameterBase)
    Public PropertyGets or sets the value of the parameter. (Inherited from Devart.Common.DbParameterBase)
    Top
    See Also