SqlCeCommand Properties

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

Public Properties

public propertyCommandText

Supported only by the .NET Compact Framework.

Gets or sets an SQL statement to execute at the data source.
public propertyCommandTimeout

Supported only by the .NET Compact Framework.

Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
public propertyCommandType

Supported only by the .NET Compact Framework.

Gets or sets a value indicating how the CommandText property is interpreted.
public propertyConnection

Supported only by the .NET Compact Framework.

Gets or sets the SqlCeConnection used by this instance of the SqlCeCommand.
public propertyIndexName

Supported only by the .NET Compact Framework.

Specifies the index to be opened.
public propertyParameters

Supported only by the .NET Compact Framework.

Gets the SqlCeParameterCollection.
public propertyTransaction

Supported only by the .NET Compact Framework.

Gets or sets the transaction in which the SqlCeCommand executes.
public propertyUpdatedRowSource

Supported only by the .NET Compact Framework.

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.

See Also

SqlCeCommand Class | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.