Data Port Sync 1.0.500

SqlCeDataAdapter Class

[This is preliminary documentation and subject to change.]

Represents a set of data commands and a database connection that are used to fill the DataSet and update the data source.

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

System.Object
   MarshalByRefObject
      Component
         DataAdapter
            DbDataAdapter
               SqlCeDataAdapter

[Visual Basic]
Public Class SqlCeDataAdapter
    Inherits 
[C#]
public class SqlCeDataAdapter : DbDataAdapter

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.

Requirements

Namespace: Primeworks.DesktopSqlCe

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

See Also

SqlCeDataAdapter Members | Primeworks.DesktopSqlCe Namespace