NpgsqlParameter.Precision Property
					
      
      [This is preliminary documentation and subject to change.]
     
    
       Gets or sets the maximum number of digits used to represent the Value property. 
      
        [Visual Basic]
        
        <DefaultValue(Value=0)>
        <Category(Category="Data")>
NotOverridable Public Property Precision As 
Byte Implements _
   IDbDataParameter.Precision
 
      
        [C#]
        
        [DefaultValue(Value=0)]
        [Category(Category="Data")]
public 
byte Precision {get; set;}
 
      
      
      Property Value
      The maximum number of digits used to represent the Value property. The default value is 0, which indicates that the data provider sets the precision for Value.
      Implements
      
        IDbDataParameter.Precision
      
      See Also
      
        NpgsqlParameter Class | Npgsql Namespace