Click or drag to resize
DataParameter Methods

The DataParameter type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones the parameter
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.
(Overrides ObjectEquals(Object).)
Public methodExpand
Expands the given expression
Protected methodGetCurrentValue
Gets the current value for query execution
Public methodGetHashCode
Gets the hash code of the object
(Overrides ObjectGetHashCode.)
Protected methodGetValueToCompare
Gets the value for the parameter comparison
Public methodToString
Converts the data parameter to string
(Overrides ObjectToString.)
Top
See Also