Npgsql API Docs

FastpathArg Constructor (Byte[])

Missing <summary> documentation for M:NpgsqlTypes.FastpathArg.#ctor(System.Byte[])

[Visual Basic]
Overloads Public Sub New( _
   ByVal bytes As Byte() _
)
[C#]
public FastpathArg(
   byte[] bytes
);

Parameters

bytes
Missing <param> documentation for bytes

Remarks

Missing <remarks> documentation for M:NpgsqlTypes.FastpathArg.#ctor(System.Byte[])

See Also

FastpathArg Class | NpgsqlTypes Namespace | FastpathArg Constructor Overload List