Npgsql API Documentation

Fastpath.GetInteger Method 

[This is preliminary documentation and subject to change.]

[Visual Basic]
Public Function GetInteger( _
   ByVal name As String, _
   ByVal args As FastpathArg() _
) As Integer
[C#]
public int GetInteger(
   string name,
   FastpathArg[] args
);

See Also

Fastpath Class | NpgsqlTypes Namespace