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 (25.3.0.1000)
Syntaxpublic 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
IDataElementIsSkipped
See Also