Data Port Sync 1.0.500

SqlCeTableAdapter.SqlCeRowLoadedEventHandler Event

[This is preliminary documentation and subject to change.]

Occurs during the Fill 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

SqlCeTableAdapter Class | Primeworks.DesktopSqlCe Namespace