Npgsql API Documentation

Fastpath.GetData Method 

[This is preliminary documentation and subject to change.]

[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