SqlCeEngine.Dispose Method

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Releases all SQL Server CE SqlCeEngine resources.

  [Visual Basic]
  Public Overridable Sub Dispose() Implements IDisposable.Dispose

  [C#]
  public virtual void Dispose();
[C++]
public: virtual void Dispose();
[JScript]
public function Dispose();

Implements

IDisposable.Dispose

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeEngine Class | SqlCeEngine Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.