Click or drag to resize
DynamicDataParameter Class
Represents a dynamic data parameter which value is resolved at the execution of the query, not when the parameter is defined
Inheritance Hierarchy

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

The DynamicDataParameter type exposes the following members.

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