Npgsql API Docs

Fastpath.GetInteger Method 

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

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

Parameters

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

Return Value

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

Remarks

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

See Also

Fastpath Class | NpgsqlTypes Namespace