Overload | Description |
---|---|
SqlCommand Constructor() | Initializes a new instance of the SqlCommand class. |
SqlCommand Constructor(String) | Initializes a new instance of the SqlCommand class with the text of the query. |
SqlCommand Constructor(String,SqlConnection) | Initializes a new instance of the SqlCommand class with the text of the query and a object, and the SqlTransaction. |