Data Port Sync 1.0.500

SqlCeTableAdapter Constructor

[This is preliminary documentation and subject to change.]

Creates a table adapter using the source table name.

Overload List

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);

See Also

SqlCeTableAdapter Class | Primeworks.DesktopSqlCe Namespace