Click or drag to resize
DataParameter Class
Container for a single query parameter.
Inheritance Hierarchy

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public class DataParameter

The DataParameter type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyName
Parameter name.
Public propertyParamRegEx
Regular expression to located the parameter within text
Public propertyType
Parameter type.
Public propertyValue
Parameter value.
Top
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