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
Afficher le fichier Open project: ProfilesRNS/ProfilesRNS

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Close ( ) : void
XmlReaderScope ( SqlConnection conn, XmlReader reader ) : System

constructor, this class is only for internal use

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void