[This is preliminary documentation and subject to change.]
Creates a table adapter using the source table name.
Creates a table adapter from a connection and a table name.
public SqlCeTableAdapter(SqlCeConnection,String);
Creates a table adapter using the source table name.
public SqlCeTableAdapter(SqlCeDatabase,String);
Creates a table adapter using an existring SqlCeTable object.
public SqlCeTableAdapter(SqlCeTable);
SqlCeTableAdapter Class | Primeworks.DesktopSqlCe Namespace