Gets the column metadata of the reader.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax IList<IDataElement> Schema { get; }
ReadOnly Property Schema As IList(Of IDataElement)
Get
property IList<IDataElement^>^ Schema {
IList<IDataElement^>^ get ();
}
abstract Schema : IList<IDataElement> with get
Property Value
Type:
IListIDataElementSee Also