Data Port Sync 1.0.500

SqlCeCommand Class

[This is preliminary documentation and subject to change.]

A SQL command executed agains a SqlCeConnection.

For a list of all members of this type, see SqlCeCommand Members.

System.Object
   MarshalByRefObject
      Component
         DbCommand
            SqlCeCommand

[Visual Basic]
Public Class SqlCeCommand
    Inherits 
[C#]
public class SqlCeCommand : DbCommand

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class uses the lower-level SqlCeCmd class, but does not inherit from it.

Requirements

Namespace: Primeworks.DesktopSqlCe

Assembly: Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll)

See Also

SqlCeCommand Members | Primeworks.DesktopSqlCe Namespace