Open this page in the API Guide

DataParameterValue Class

The value that is being passed to a native data parameter.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.DataProviders.DataParameterValue

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class DataParameterValue : IEquatable<DataParameterValue>

The DataParameterValue type exposes the following members.

Constructors
  NameDescription
Public methodDataParameterValue(String, Object)
Initializes a new instance of the DataParameterValue class.
Public methodDataParameterValue(String, DataType, Object)
Initializes a new instance of the DataParameterValue class.
Top
Properties
  NameDescription
Public propertyDataType
Gets the parameter data type.
Public propertyName
Gets the parameter name.
Public propertyValue
Gets or sets the parameter value.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object).)
Public methodEquals(DataParameterValue)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides Object.GetHashCode().)
Top
See Also