Open this page in the API Guide

TransformReader.Schema Property

Gets the column metadata of the reader.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IList<IDataElement> Schema { get; }

Property Value

Type: IList<IDataElement>

Implements

IReader.Schema
See Also