Mono Class Library: System.Data.SqlClient Namespace

System.Data.SqlClient.SqlCommand Class

The SqlCommand class represents the execution of a T-SQL statement or stored procedure against a SQL Server.

See Also: SqlCommand Members

System.Object
     System.MarshalByRefObject
          System.ComponentModel.Component
               System.Data.Common.DbCommand
                    System.Data.SqlClient.SqlCommand

[System.ComponentModel.DefaultEvent("RecordsAffected")]
[System.ComponentModel.ToolboxItem("System.Drawing.Design.ToolboxItem, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.Designer("Microsoft.VSDesigner.Data.VS.SqlCommandDesigner, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
public sealed class SqlCommand : System.Data.Common.DbCommand, ICloneable

Remarks

A SqlCommand instance can execute a T-SQL statement or stored procedure against a database.

Requirements

Namespace: System.Data.SqlClient
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0