Data Port Sync 1.0.500

SqlCeDataAdapter Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of a SqlCeDataAdapter

Overload List

Initializes a new instance of a SqlCeDataAdapter

public SqlCeDataAdapter();

Initializes a new instance of a SqlCeDataAdapter with the specified SqlCeCommand as the SelectCommand property.

public SqlCeDataAdapter(SqlCeCommand);

Initializes a new instance of a SqlCeDataAdapter with the specified select command text and a SqlCeConnection.

public SqlCeDataAdapter(String,SqlCeConnection);

Initializes a new instance of a SqlCeDataAdapter with the specified select command text and connection string

public SqlCeDataAdapter(String,String);

See Also

SqlCeDataAdapter Class | Primeworks.DesktopSqlCe Namespace