DataParameter Class |
Namespace: CMS.DataEngine
public class DataParameter
The DataParameter type exposes the following members.
Name | Description | |
---|---|---|
DataParameter |
Constructor.
| |
DataParameter(String, Object) |
Constructor.
|
Name | Description | |
---|---|---|
Name |
Parameter name.
| |
ParamRegEx |
Regular expression to located the parameter within text
| |
Type |
Parameter type.
| |
Value |
Parameter value.
|
Name | Description | |
---|---|---|
Clone |
Clones the parameter
| |
Equals |
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).) | |
Expand |
Expands the given expression
| |
GetCurrentValue |
Gets the current value for query execution
| |
GetHashCode |
Gets the hash code of the object
(Overrides ObjectGetHashCode.) | |
GetValueToCompare |
Gets the value for the parameter comparison
| |
ToString |
Converts the data parameter to string
(Overrides ObjectToString.) |