[This is preliminary documentation and subject to change.]
Initializes a new instance of a SqlCeDataAdapter
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);
SqlCeDataAdapter Class | Primeworks.DesktopSqlCe Namespace