Click or drag to resize
DynamicDataParameter Methods

The DynamicDataParameter type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones the parameter
(Overrides DataParameterClone.)
Public methodEquals
Returns true if the parameter equals to another parameter object. Both name and value must match in order to consider two parameters equal.
(Inherited from DataParameter.)
Public methodExpand
Expands the given expression
(Inherited from DataParameter.)
Protected methodGetCurrentValue
Gets the current value for query execution
(Overrides DataParameterGetCurrentValue.)
Public methodGetHashCode
Gets the hash code of the object
(Inherited from DataParameter.)
Protected methodGetValueToCompare
Gets the value for the parameter comparison
(Overrides DataParameterGetValueToCompare.)
Public methodToString
Converts the data parameter to string
(Inherited from DataParameter.)
Top
See Also