C# Class GoatTrip.DAL.ManagedDataReader

Inheritance: IManagedDataReader
Datei anzeigen Open project: NHSChoices/location-service

Public Methods

Method Description
Dispose ( ) : void
ManagedDataReader ( IDbCommand command ) : System.Data
Read ( ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ManagedDataReader() public method

public ManagedDataReader ( IDbCommand command ) : System.Data
command IDbCommand
return System.Data

Read() public method

public Read ( ) : bool
return bool