Npgsql Api Docs
Fastpath.GetData Method
[Visual Basic]
Public Function GetData( _
ByVal
name
As
String
, _
ByVal
args
As
FastpathArg()
_
) As
Byte()
[C#]
public
byte[]
GetData(
string
name
,
FastpathArg[]
args
);
See Also
Fastpath Class
|
NpgsqlTypes Namespace