What columns were this column derived from? Default is null, we don't know.
The key is the ColumnInfo. The value is always null.
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public Dictionary<ColumnInfo, Object> Dependency { get; } |
Visual Basic |
---|
Public ReadOnly Property Dependency As Dictionary(Of ColumnInfo, Object)
Get |
Visual C++ |
---|
public:
property Dictionary<ColumnInfo^, Object^>^ Dependency {
Dictionary<ColumnInfo^, Object^>^ get ();
} |
See Also