SqlCeCommand Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
![]() ![]() |
CommandText | Overridden. Gets or sets an SQL statement to execute at the data source. |
![]() ![]() |
CommandTimeout | Overridden. Gets or sets the wait time before terminating the attempt to execute a command and generating an error. |
![]() ![]() |
CommandType | Overridden. Gets or sets a value indicating how the CommandText property is interpreted. |
![]() ![]() |
Connection | Gets or sets the SqlCeConnection used by this instance of the SqlCeCommand. |
![]() ![]() |
DesignTimeVisible | Overridden. Get always returns false; set always throws a NotSupportedException. |
![]() ![]() |
IndexName | Specifies the index to be opened. |
![]() ![]() |
Parameters | Gets the SqlCeParameterCollection. |
![]() ![]() |
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
![]() ![]() |
Transaction | Gets or sets the transaction in which the SqlCeCommand executes. |
![]() ![]() |
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
Name | Description | |
---|---|---|
![]() ![]() |
DbConnection | Gets or sets the DbConnection used by this DbCommand. (Inherited from DbCommand.) |
![]() ![]() |
DbParameterCollection | Gets the collection of DbParameter objects. (Inherited from DbCommand.) |
![]() ![]() |
DbTransaction | Gets or sets the DbTransaction within which this DbCommand object executes. (Inherited from DbCommand.) |
![]() ![]() |
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
Top
Name | Description | |
---|---|---|
![]() ![]() ![]() |
System.Data.IDbCommand.Connection | |
![]() ![]() ![]() |
System.Data.IDbCommand.Parameters | |
![]() ![]() ![]() |
System.Data.IDbCommand.Transaction |
Top
SqlCeCommand Class
System.Data.SqlServerCe Namespace
SqlCeDataAdapter
SqlCeConnection