NpgsqlParameter.NpgsqlValue Property
      
     
    
       Gets or sets the value of the parameter. 
      
        [Visual Basic]
        Public Property NpgsqlValue As 
Object 
      
        [C#]
        public 
object NpgsqlValue {get; set;}
 
      
      
      Property Value
      An Object that is the value of the parameter. The default value is null.
      See Also
      
        NpgsqlParameter Class | Npgsql Namespace