Send feedback on this topic.
Teradata.Client.Provider
TdCommand Class Members
Properties  Methods  Events

Teradata.Client.Provider Namespace : TdCommand Class

The following tables list the members exposed by TdCommand.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyOverridden.  Gets or Sets the SQL request to execute.  
Public PropertyOverridden.  Gets or sets the wait time before aborting the execution of the command.  
Public PropertyOverridden. Gets or sets how the CommandText property is interpreted.  
Public Property Gets or sets the TdConnection instance used to execute the command.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyOverridden.  Gets or sets a value indicating that the command object is visible in a customized Windows Forms Designer control.  
Public Property Gets or sets the generated data retrieval behavior.  
Public Property Gets the TdParameterCollection object.  
Public Property (Inherited from System.ComponentModel.Component)
Public Property Gets or sets the explicit transaction in which the TdCommand executes.  
Public PropertyOverridden. Gets or sets how command results are applied to the DataRow when used by the Update method of the TdDataAdapter.  
Top
Public Methods
 NameDescription
Public MethodOverloaded.   
Public MethodOverloaded.   
Public MethodOverridden.  Cancels (Aborts) the execution of a TdCommand object.  
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public Method Creates a new instance of the TdParameter class.  
Public Method (Inherited from System.ComponentModel.Component)
Public Method Ends the asynchronous execution.  
Public Method Completes the asynchronous execution of a corresponding BeginExecuteReader.  
Public Method (Inherited from object)
Public Method ExecuteCreateProcedure executes an internal form of the CREATE PROCEDURE statement.  
Public MethodOverridden.  Executes a SQL statement and returns the number of rows affected.  
Public MethodOverloaded. Overridden.   
Public MethodOverloaded.   
Public MethodOverloaded.   
Public MethodOverridden.  Executes the SQL statement (CommandText property) and returns the first column of the first row.  
Public MethodOverloaded. Overridden.   
Public MethodServes as the default hash function. (Inherited from object)
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOverridden.  Prepares the SQL statement (CommandText Property).  
Public Method Resets the CommandTimeout property to the default value.  
Public Method (Inherited from System.ComponentModel.Component)
Top
Public Events
 NameDescription
Public Event (Inherited from System.ComponentModel.Component)
Top
See Also

Reference

TdCommand Class
Teradata.Client.Provider Namespace