Метод SqlCeDataReader.Dispose (Boolean)
Освобождает неуправляемые ресурсы, используемые классом SqlCeDataReader, и при необходимости освобождает управляемые ресурсы.
Пространство имен: System.Data.SqlServerCe
Сборка: System.Data.SqlServerCe (в System.Data.SqlServerCe.dll)
Синтаксис
'Декларация
<SecurityCriticalAttribute> _
<SecurityTreatAsSafeAttribute> _
Protected Overrides Sub Dispose ( _
disposing As Boolean _
)
'Применение
Dim disposing As Boolean
Me.Dispose(disposing)
[SecurityCriticalAttribute]
[SecurityTreatAsSafeAttribute]
protected override void Dispose(
bool disposing
)
[SecurityCriticalAttribute]
[SecurityTreatAsSafeAttribute]
protected:
virtual void Dispose(
bool disposing
) override
[<SecurityCriticalAttribute>]
[<SecurityTreatAsSafeAttribute>]
abstract Dispose :
disposing:bool -> unit
[<SecurityCriticalAttribute>]
[<SecurityTreatAsSafeAttribute>]
override Dispose :
disposing:bool -> unit
protected override function Dispose(
disposing : boolean
)
Параметры
- disposing
Тип: System.Boolean
Указывает, следует ли освободить управляемые ресурсы.