OnStartTableUpload Delegate
Visual Studio 2010
A user-defined delegate to the event that fires at the start of uploading table changes to the server.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Parameters
- ar
- Type: System::IAsyncResult
The IAsyncResult interface returned by the BeginSynchronize method.
- tableName
- Type: System::String
The name of the table being uploaded to the server.
Show: