RelationalColumnIsSkipped Property |
Gets or sets a value indicating whether this column is skipped during the data retrieval.
Namespace:
Dundas.BI.Data.Metadata.Relational
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool IsSkipped { get; set; }
Public Property IsSkipped As Boolean
Get
Set
public:
virtual property bool IsSkipped {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsSkipped : bool with get, set
override IsSkipped : bool with get, set
Property Value
Type:
BooleanImplements
IDataElementIsSkippedSee Also