SqlCeType Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.Data.SqlServerCe.SqlCeType

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public NotInheritable Class SqlCeType
'Usage
Dim instance As SqlCeType
public sealed class SqlCeType
public ref class SqlCeType sealed
[<SealedAttribute>]
type SqlCeType =  class end
public final class SqlCeType

The SqlCeType type exposes the following members.

Properties

  Name Description
Public property SqlDbType Infrastructure.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString Infrastructure. (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.SqlServerCe Namespace