C# Class Connects.Profiles.Service.ServiceImplementation.DataIO.XmlReaderScope

Wraper xmlreader so that database connection and xmlreader will be closed after XmlReaderScope is disposed
Inheritance: IDisposable
Show file Open project: ProfilesRNS/ProfilesRNS

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Close ( ) : void
XmlReaderScope ( SqlConnection conn, XmlReader reader ) : System

constructor, this class is only for internal use

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void