Data Port Sync 1.0.500

SqlCeCommand Properties

The properties of the SqlCeCommand class are listed below. For a complete list of SqlCeCommand class members, see the SqlCeCommand Members topic.

Public Instance Properties

CommandText Gets or sets the command text.
CommandTimeout Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
CommandType Gets or sets a value that determines how the command text will be interpreted.
ConnectionOverloaded. Gets or sets the SqlCeConnection object associated with the command
Container (inherited from Component)Gets the IContainer that contains the Component.
DesignTimeVisible Get always returns false, set always throws a NotSupportedException.
IndexName Gets or sets the index name.
ParametersOverloaded. Gets the parameter collection.
Returns Gets or sets the type command return.
Site (inherited from Component)Gets or sets the ISite of the Component.
TransactionOverloaded. Gets or sets the transaction in which the SqlCeCommand executes.
UpdatedRowSource Gets or sets how command results are applied to the DataRow when used by the Update method of the DbDataAdapter. This property should not be used with the .NET Compact Framework data provider for SQL Server CE.

Protected Instance Properties

CanRaiseEvents (inherited from Component)Gets a value indicating whether the component can raise an event.
DbConnection Gets or sets the attched DbConnection object.
DbParameterCollection Gets the parameter collection.
DbTransaction Gets or sets the associated transaction object.
DesignMode (inherited from Component)Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.

See Also

SqlCeCommand Class | Primeworks.DesktopSqlCe Namespace