Npgsql API Docs

FastpathArg.Send Method 

Missing <summary> documentation for M:NpgsqlTypes.FastpathArg.Send(System.IO.Stream)

[Visual Basic]
Public Sub Send( _
   ByVal s As Stream _
)
[C#]
public void Send(
   Stream s
);

Parameters

s
Missing <param> documentation for s

Remarks

Missing <remarks> documentation for M:NpgsqlTypes.FastpathArg.Send(System.IO.Stream)

See Also

FastpathArg Class | NpgsqlTypes Namespace