Npgsql Api Docs

NpgsqlParameter Constructor (String, NpgsqlDbType)

Initializes a new instance of the NpgsqlParameter class with the parameter m_Name and the data type.

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

Parameters

parameterName
parameterType

See Also

NpgsqlParameter Class | Npgsql Namespace | NpgsqlParameter Constructor Overload List