Npgsql API Docs

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

Missing <summary> documentation for M:NpgsqlTypes.Fastpath.FastpathCall(System.Int32,System.Boolean,NpgsqlTypes.FastpathArg[])

[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
);

Parameters

fnid
Missing <param> documentation for fnid
resulttype
Missing <param> documentation for resulttype
args
Missing <param> documentation for args

Return Value

Missing <returns> documentation for M:NpgsqlTypes.Fastpath.FastpathCall(System.Int32,System.Boolean,NpgsqlTypes.FastpathArg[])

Remarks

Missing <remarks> documentation for M:NpgsqlTypes.Fastpath.FastpathCall(System.Int32,System.Boolean,NpgsqlTypes.FastpathArg[])

See Also

Fastpath Class | NpgsqlTypes Namespace | Fastpath.FastpathCall Overload List