NpgsqlParameter Constructor (String, NpgsqlDbType, Int32, String)
      
     
    
       Initializes a new instance of the NpgsqlParameter class with the parameter m_Name, the DbType, the size, and the source column m_Name. 
      
        [Visual Basic]
        Overloads Public Sub New( _
   ByVal 
parameterName As 
String, _
   ByVal 
parameterType As 
NpgsqlDbType, _
   ByVal 
size As 
Integer, _
   ByVal 
sourceColumn As 
String _
)
 
      
      Parameters
      
        - 
          parameterName
        
- 
        
- 
          parameterType
        
- 
        
- 
          size
        
- 
        
- 
          sourceColumn
        
- 
        
See Also
      
        NpgsqlParameter Class | Npgsql Namespace | NpgsqlParameter Constructor Overload List