An NDoc Documented Class Library |
|
NpgsqlParameter Constructor (String, NpgsqlDbType)
Initializes a new instance of the NpgsqlParameter class with the parameter name and the data type.
[Visual Basic]
Overloads Public Sub New( _
ByVal
parameterName As
String, _
ByVal
parameterType As
NpgsqlDbType _
)
Parameters
-
parameterName
- The name of the parameter to map.
-
parameterType
- One of the DbType values.
Remarks
Missing <remarks> documentation for M:Npgsql.NpgsqlParameter.#ctor(System.String,NpgsqlTypes.NpgsqlDbType)
See Also
NpgsqlParameter Class | Npgsql Namespace | NpgsqlParameter Constructor Overload List