dotConnect for DB2 Documentation
Devart.Common Namespace / DbParameterBase Class
Properties Methods

DbParameterBase Class Members

The following tables list the members exposed by DbParameterBase.

Public Properties
 NameDescription
Public Property (Inherited from System.Data.Common.DbParameter)
Public PropertyOverridden. Gets or sets a value indicating whether the parameter is input-only, output-only, or bidirectional parameter.  
Public PropertyOverridden. Gets or sets a value indicating whether the parameter accepts null values.  
Public PropertyOverridden. Gets or sets the name of the DbParameterBase.  
Public PropertyOverridden. Gets or sets the maximum size, in bytes, of the data within the column.  
Public PropertyOverridden. Gets or sets the name of the source column mapped to the System.Data.DataSet and used for loading or returning the Value. For internal use.  
Public PropertyOverridden. Sets or gets a value which indicates whether the source column is nullable.  
Public PropertyOverridden. Gets or sets the System.Data.DataRowVersion to use when loading Value.  
Public PropertyOverridden. Gets or sets the value of the parameter.  
Top
Public Methods
 NameDescription
Public MethodCopies all properties of a DbParameterBase object to another DbParameterBase object.  
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.Data.Common.DbParameter)
Public MethodGets the name of the DbParameterBase.  
Top
See Also