Data Port Sync 1.0.500

SqlCeRowset.SqlCeRowLoadedEventHandler Event

[This is preliminary documentation and subject to change.]

Occurs during the LoadDataTable method.

[Visual Basic]
Public Event RowLoaded As 
[C#]
public event  RowLoaded;

Event Data

The event handler receives an argument of type SqlCeRowLoadedEventArgs containing data related to this event. The following SqlCeRowLoadedEventArgs properties provide information specific to this event.

Property Description
RowCount Gets the row count
RowNumber Gets the row number

See Also

SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace