ReaderSchema 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 (26.2.0.1000)
Syntax
public abstract IList<IDataElement> Schema { get; }

Property Value

IListIDataElement

Implements

IReaderSchema
See Also