SqlCeCommand Properties

Public Properties

(see also Protected Properties )

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

Top

Protected Properties

  Name Description
Protected property Supported by the .NET Compact Framework DbConnection  Gets or sets the DbConnection used by this DbCommand. (Inherited from DbCommand.)
Protected property Supported by the .NET Compact Framework DbParameterCollection  Gets the collection of DbParameter objects. (Inherited from DbCommand.)
Protected property Supported by the .NET Compact Framework DbTransaction  Gets or sets the DbTransaction within which this DbCommand object executes. (Inherited from DbCommand.)
Protected property Supported by the .NET Compact Framework Events  Gets the list of event handlers that are attached to this Component. (Inherited from Component.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementation Property Supported by the .NET Compact Framework System.Data.IDbCommand.Connection  
Explicit interface implementation Property Supported by the .NET Compact Framework System.Data.IDbCommand.Parameters  
Explicit interface implementation Property Supported by the .NET Compact Framework System.Data.IDbCommand.Transaction  

Top

See Also

Reference

SqlCeCommand Class
System.Data.SqlServerCe Namespace
SqlCeDataAdapter
SqlCeConnection