Npgsql API Documentation

Fastpath.AddFunction Method 

[This is preliminary documentation and subject to change.]

[Visual Basic]
Public Sub AddFunction( _
   ByVal name As String, _
   ByVal fnid As Integer _
)
[C#]
public void AddFunction(
   string name,
   int fnid
);

See Also

Fastpath Class | NpgsqlTypes Namespace