[This is preliminary documentation and subject to change.]
Default constructor.
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);
SqlCeCommand Class | Primeworks.DesktopSqlCe Namespace