DataParameterValue Class | 
Namespace: Dundas.BI.Data.DataProviders
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(Object) | Determines whether the specified object is equal to the current object.  (Overrides ObjectEquals(Object).) | |
| Equals(DataParameterValue) | Indicates whether the current object is equal to another object of the same type.  | |
| GetHashCode | Serves as the default hash function.  (Overrides ObjectGetHashCode.) |