Npgsql Api Docs
Fastpath.GetInteger Method
[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