DefaultTextExtractor supports column pruning (NativeRuntime only)

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public override bool AllowColumnPruning { get; }
Visual Basic
Public Overrides ReadOnly Property AllowColumnPruning As Boolean
	Get
Visual C++
public:
virtual property bool AllowColumnPruning {
	bool get () override;
}

See Also