Name | Description | |
---|---|---|
![]() | UniParameter Constructor | Overloaded. Initializes a new instance of the UniParameter class. |
The following tables list the members exposed by UniParameter.
Name | Description | |
---|---|---|
![]() | UniParameter Constructor | Overloaded. Initializes a new instance of the UniParameter class. |
Name | Description | |
---|---|---|
![]() | DbType | Overridden. Gets or sets the System.Data.DbType of the parameter. |
![]() | Direction | Overridden. Gets or sets a value indicating whether the parameter is input-only, output-only, or bidirectional parameter. |
![]() | IsNullable | Overridden. Gets or sets a value indicating whether the parameter accepts null values. |
![]() | ParameterName | Overridden. Gets or sets the name of the UniParameter. |
![]() | Precision | Gets or sets the maximum number of digits used to represent the Devart.Common.DbParameter.Value property. |
![]() | Scale | Gets or sets the number of decimal places to which Devart.Common.DbParameter.Value is resolved. |
![]() | Size | Overridden. Gets or sets the maximum size, in bytes, of the data within the column. |
![]() | SourceColumn | Overridden. Gets or sets the name of the source column mapped to the System.Data.DataSet and used for loading or returning the Value. |
![]() | SourceColumnNullMapping | Overridden. Sets or gets a value which indicates whether the source column is nullable. |
![]() | SourceVersion | Overridden. Gets or sets the System.Data.DataRowVersion to use when loading Value. |
![]() | UniDbType | Gets or sets the UniDbType of the parameter. |
![]() | Value | Overridden. Gets or sets the value of the parameter. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current UniParameter instance. |
![]() | CopyTo | Copies all properties of a Devart.Common.DbParameterBase object to another Devart.Common.DbParameterBase object. (Inherited from Devart.Common.DbParameterBase) |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | IsNativeInCommand | |
![]() | ResetDbType | Overridden. Clears explicit UniDbType assignment. |
![]() | ToString | Gets a string containing the Devart.Common.DbParameter.ParameterName. (Inherited from Devart.Common.DbParameterBase) |