Npgsql Api Docs

NpgsqlParameter Constructor (String, NpgsqlDbType, Int32)

Initializes a new instance of the NpgsqlParameter class with the parameter m_Name, the DbType, and the size.

[Visual Basic]
Overloads Public Sub New( _
   ByVal parameterName As String, _
   ByVal parameterType As NpgsqlDbType, _
   ByVal size As Integer _
)
[C#]
public NpgsqlParameter(
   string parameterName,
   NpgsqlDbType parameterType,
   int size
);

Parameters

parameterName
parameterType
size

See Also

NpgsqlParameter Class | Npgsql Namespace | NpgsqlParameter Constructor Overload List