Data Port Sync 1.0.500

SqlCeDatabase. Method 

[This is preliminary documentation and subject to change.]

Begins a database transaction.

[Visual Basic]
Public Function () As SqlCeTransaction
[C#]
public SqlCeTransaction ();

Return Value

An object representing the new transaction.

Remarks

You must explicitly commit or roll back the transaction using the Commit or Rollback method.

See Also

SqlCeDatabase Class | Primeworks.DesktopSqlCe Namespace