Npgsql API Documentation

Fastpath.FastpathCall Method (Int32, Boolean, FastpathArg[])

[This is preliminary documentation and subject to change.]

[Visual Basic]
Overloads Public Function FastpathCall( _
   ByVal fnid As Integer, _
   ByVal resulttype As Boolean, _
   ByVal args As FastpathArg() _
) As Object
[C#]
public object FastpathCall(
   int fnid,
   bool resulttype,
   FastpathArg[] args
);

See Also

Fastpath Class | NpgsqlTypes Namespace | Fastpath.FastpathCall Overload List