Click or drag to resize

DataDictionaryTableSetComputation Method

[This is preliminary documentation and is subject to change.]

Set the computation with name = parameter name to expression

Namespace:  CSC.SC.TOPICA4.DynamicData
Assembly:  CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.37.7779.15937
Syntax
C#
public void SetComputation(
	DataDictionaryComputationName name,
	string expression
)

Parameters

name
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryComputationName
Name of computation
expression
Type: SystemString
The expression string for the computation to set

Return Value

Type: 
See Also