Npgsql API Docs

Fastpath.GetData Method 

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

[Visual Basic]
Public Function GetData( _
   ByVal name As String, _
   ByVal args As FastpathArg() _
) As Byte()
[C#]
public byte[] GetData(
   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.GetData(System.String,NpgsqlTypes.FastpathArg[])

Remarks

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

See Also

Fastpath Class | NpgsqlTypes Namespace