Npgsql API Docs

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

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

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

Parameters

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

Return Value

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

Remarks

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

See Also

Fastpath Class | NpgsqlTypes Namespace | Fastpath.FastpathCall Overload List