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

Teradata.Client.Provider Namespace : TdParameter Class

The following tables list the members exposed by TdParameter.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyOverridden.  Gets or sets the generic (ADO.NET) data type of the parameter.  
Public PropertyOverridden.  Gets and sets the parameter direction. It indicates whether the parameter is passed to the Advanced SQL Engine as input, returned from the SQL Engine as output, or sent to and returned from the SQL Engine as input and output.  
Public PropertyOverridden.  Indicates whether the Value property can be set to DbNull.  
Public Property Gets or sets the index within the Value property where the read operation is to begin. Usually used with BLOB and or CLOB.  
Public PropertyOverridden.  Gets or sets the name of the TdParameter object.  
Public PropertyOverridden.  Gets and sets the precision of numeric, DateTime and interval data types.  
Public Property Gets or sets the value of the TdParameter object.  
Public PropertyOverridden.  Indicates the scale of numeric, date time and interval data types.  
Public Property Gets or sets the TdType, when the TdType value is defined as a TdType.Array or a TdType.AnyType.  
Public PropertyOverridden.  Gets or sets the maximum size for the transmitted data.  
Public PropertyOverridden.  Maps a DataTable column to and from the TdParameter object.  
Public PropertyOverridden.  Indicates whether the source column is nullable.  
Public PropertyOverridden.  Gets or sets the DataRowVersion to use when loading a DataTable column into the TdParameter object.  
Public Property Gets or sets the TdType (Teradata type) of the parameter.  
Public PropertyOverridden.  Gets or sets the value of the TdParameter object.  
Top
Public Methods
 NameDescription
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 (Inherited from object)
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 Method Gets the value of the specified OUT parameter, converted to the requested type, if necessary.  
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public Method IsDBNull() is used to determine whether an OUT or INOUT parameter has a null value  
Public MethodOverridden.  Resets the DbType to the default value.  
Public MethodReturns a string that contains the TdParameter.ParameterName.  
Top
See Also

Reference

TdParameter Class
Teradata.Client.Provider Namespace