Open this page in the API Guide

Reader.Schema Property

Gets the column metadata of the reader.

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

Property Value

Type: IList<IDataElement>

Implements

IReader.Schema
See Also