Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Connects
Profiles
Service
ServiceImplementation
XmlReaderScope
C# Class Connects.Profiles.Service.ServiceImplementation.XmlReaderScope
Wraper xmlreader so that database connection and xmlreader will be closed after XmlReaderScope is disposed
Inheritance:
IDisposable
显示文件
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