IColumnProperty.Expensive Property

Definition

Gets a value indicating whether the column is expensive to retrieve.

public:
 property bool Expensive { bool get(); };
public bool Expensive { get; }
member this.Expensive : bool
Public ReadOnly Property Expensive As Boolean

Property Value

true if the column is expensive; otherwise, false.

Applies to