DynamicDataParameter Constructor |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public DynamicDataParameter(
string name,
Func<Object> getValue
)
Parameters
- name
- Type: SystemString
Parameter name - getValue
- Type: SystemFuncObject
Function to get parameter value
See Also