The Command class is used to connect to SQL Server via ADO.

Namespace:  RedCritterV1.SQL
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public class Command
Public Class Command

Members

         
 All Members  Constructors   Fields  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Command()()()
Initializes a new instance of the Command class
CommandText
Represents the StoredProcedure or SQL statement that will be executed.
CommandType
Determines the type of call that will be made to SQL Server.
ConnectionStringID
The ConnectionStringID that the App will use. The ConnectionStringID should match a configured ConnectionString that is stored for your RedCritter App.
Parameters
The collections of name value pairs to pass as parameters to the SQL Command.

Inheritance Hierarchy

System..::.Object
  RedCritterV1.SQL..::.Command

See Also