Remember that this output column depends on input column table.col Calling this automatically clears Source

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public void AddDependency(
	ColumnInfo col
)
Visual Basic
Public Sub AddDependency ( _
	col As ColumnInfo _
)
Visual C++
public:
void AddDependency(
	ColumnInfo^ col
)

Parameters

col
Type: ScopeRuntime..::..ColumnInfo
an input column this output is derived from

See Also