Data Port Sync 1.0.500

SqlCeCommandBuilder. Method 

[This is preliminary documentation and subject to change.]

Initializes the command.

[Visual Basic]
Overrides Protected Function ( _
   ByVal DbCommand As DbCommand _
) As DbCommand
[C#]
protected override DbCommand (
   DbCommand command
);

Parameters

DbCommand
SqlCeCommand to be initialized

Return Value

The initialized SqlCeCommand.

See Also

SqlCeCommandBuilder Class | Primeworks.DesktopSqlCe Namespace