NpgsqlParameter.ParameterName Property
					
      
      [This is preliminary documentation and subject to change.]
     
    
       Gets or sets the name of the NpgsqlParameter. 
      
        [Visual Basic]
        
        <DefaultValue(Value="")>
NotOverridable Public Property ParameterName As 
String Implements _
   IDataParameter.ParameterName
 
      
        [C#]
        
        [DefaultValue(Value="")]
public 
string ParameterName {get; set;}
 
      
      
      Property Value
      The name of the NpgsqlParameter. The default is an empty string.
      Implements
      
        IDataParameter.ParameterName
      
      See Also
      
        NpgsqlParameter Class | Npgsql Namespace