| DynamicDataParameter Methods |
The DynamicDataParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Clones the parameter
(Overrides DataParameterClone.) | |
| Equals |
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.) | |
| Expand |
Expands the given expression
(Inherited from DataParameter.) | |
| GetCurrentValue |
Gets the current value for query execution
(Overrides DataParameterGetCurrentValue.) | |
| GetHashCode |
Gets the hash code of the object
(Inherited from DataParameter.) | |
| GetValueToCompare |
Gets the value for the parameter comparison
(Overrides DataParameterGetValueToCompare.) | |
| ToString |
Converts the data parameter to string
(Inherited from DataParameter.) |