DataParameterValue Class

The value that is being passed to a native data parameter.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataProvidersDataParameterValue

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.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 ObjectEquals(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 ObjectGetHashCode.)
Top
See Also