Npgsql API Documentation

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

[This is preliminary documentation and subject to change.]

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

See Also

Fastpath Class | NpgsqlTypes Namespace | Fastpath.FastpathCall Overload List