Data Port Sync 1.0.500

SqlCeCommand. Method 

[This is preliminary documentation and subject to change.]

Executes the SQL command and returns the number of affected rows.

[Visual Basic]
Overrides Public Function () As Integer _
    Implements IDbCommand.
[C#]
public override int ();

Return Value

Number of affected rows.

Implements

IDbCommand.

See Also

SqlCeCommand Class | Primeworks.DesktopSqlCe Namespace