Data Port Sync 1.0.500

SqlCeCommand Constructor

[This is preliminary documentation and subject to change.]

Default constructor.

Overload List

Default constructor.

public SqlCeCommand();

Initializes a SqlCeCommand from a command string.

public SqlCeCommand(String);

Initializes a new instance of a SqlCeCommand with a command string and a SqlCeConnection

public SqlCeCommand(String,SqlCeConnection);

See Also

SqlCeCommand Class | Primeworks.DesktopSqlCe Namespace