dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniParameter Class
Properties Methods

In This Topic
    UniParameter Class Members
    In This Topic

    The following tables list the members exposed by UniParameter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the UniParameter class.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets or sets the System.Data.DbType of the parameter.  
    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 UniParameter.  
    Public PropertyGets or sets the maximum number of digits used to represent the Devart.Common.DbParameter.Value property.  
    Public PropertyGets or sets the number of decimal places to which Devart.Common.DbParameter.Value is resolved.  
    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.  
    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 PropertyGets or sets the UniDbType of the parameter.  
    Public PropertyOverridden. Gets or sets the value of the parameter.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current UniParameter instance.  
    Public MethodCopies all properties of a Devart.Common.DbParameterBase object to another Devart.Common.DbParameterBase object. (Inherited from Devart.Common.DbParameterBase)
    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 MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public Method  
    Public MethodOverridden. Clears explicit UniDbType assignment.  
    Public MethodGets a string containing the Devart.Common.DbParameter.ParameterName. (Inherited from Devart.Common.DbParameterBase)
    Top
    See Also