Data |
The DataParameterValue type exposes the following members.
| Name | Description | |
|---|---|---|
| DataParameterValue(String, Object) | Initializes a new instance of the DataParameterValue class. | |
| DataParameterValue(String, DataType, Object) | Initializes a new instance of the DataParameterValue class. |
| Name | Description | |
|---|---|---|
| DataType | Gets the parameter data type. | |
| Name | Gets the parameter name. | |
| Value | Gets or sets the parameter value. |
| Name | Description | |
|---|---|---|
| Equals(DataParameterValue) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) |