SqlCeCommand Properties

Include Protected Members
Include Inherited Members

The SqlCeCommand type exposes the following members.

Properties

  Name Description
Protected property CanRaiseEvents (inherited from Component)
Public property CommandText Gets or sets an SQL statement to execute at the data source. (Overrides DbCommand.CommandText.)
Public property CommandTimeout Gets or sets the wait time before terminating the attempt to execute a command and generating an error. (Overrides DbCommand.CommandTimeout.)
Public property CommandType Gets or sets a value indicating how the CommandText property is interpreted. (Overrides DbCommand.CommandType.)
Public property Connection Gets or sets the SqlCeConnection used by this instance of the SqlCeCommand.
Public property Container (inherited from Component)
Protected property DbConnection (inherited from DbCommand)
Protected property DbParameterCollection (inherited from DbCommand)
Protected property DbTransaction (inherited from DbCommand)
Protected property DesignMode (inherited from Component)
Public property DesignTimeVisible Get always returns false; set always throws a NotSupportedException. (Overrides DbCommand.DesignTimeVisible.)
Protected property Events (inherited from Component)
Public property IndexName Specifies the index to be opened.
Public property Parameters Gets the SqlCeParameterCollection.
Public property Site (inherited from Component)
Public property Transaction Gets or sets the transaction in which the SqlCeCommand executes.
Public property 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 Compact. (Overrides DbCommand.UpdatedRowSource.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IDbCommand.Connection (inherited from DbCommand)
Explicit interface implemetationPrivate property IDbCommand.Parameters (inherited from DbCommand)
Explicit interface implemetationPrivate property IDbCommand.Transaction (inherited from DbCommand)

Top

See Also

Reference

SqlCeCommand Class

System.Data.SqlServerCe Namespace