IVsDataTableColumn.IsComputed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether this column object is computed.
public:
property bool IsComputed { bool get(); };
public bool IsComputed { get; }
member this.IsComputed : bool
Public ReadOnly Property IsComputed As Boolean
Property Value
true if this column object is computed; otherwise, false.