SqlCommand Properties
.NET Framework 1.1
The properties of the SqlCommand class are listed here. For a complete list of SqlCommand class members, see the SqlCommand Members topic.
Public Properties
CommandText Supported by the .NET Compact Framework. | Gets or sets the Transact-SQL statement or stored procedure to execute at the data source. |
CommandTimeout Supported by the .NET Compact Framework. | Gets or sets the wait time before terminating the attempt to execute a command and generating an error. |
CommandType Supported by the .NET Compact Framework. | Gets or sets a value indicating how the CommandText property is to be interpreted. |
Connection Supported by the .NET Compact Framework. | Gets or sets the SqlConnection used by this instance of the SqlCommand. |
Container (inherited from Component) | Gets the IContainer that contains the Component. |
DesignTimeVisible | Gets or sets a value indicating whether the command object should be visible in a Windows Forms Designer control. |
Parameters Supported by the .NET Compact Framework. | Gets the SqlParameterCollection. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
Transaction Supported by the .NET Compact Framework. | Gets or sets the SqlTransaction within which the SqlCommand executes. |
UpdatedRowSource Supported 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. |
Protected Properties
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. |
