Npgsql API Docs

NpgsqlDataReader.Dispose Method 

Releases the resources used by the NpgsqlCommand.

[Visual Basic]
NotOverridable Public Sub Dispose() _
    Implements IDisposable.Dispose
[C#]
public void Dispose();

Implements

IDisposable.Dispose

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlDataReader.Dispose

See Also

NpgsqlDataReader Class | Npgsql Namespace