ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1DataSource Namespace / ArrayReader Class / Fields Property

In This Topic
    Fields Property
    In This Topic
    The list of the field to restructure the data
    Syntax
    'Declaration
     
    Public ReadOnly Property Fields As System.Collections.Generic.List(Of ReaderField)
    public System.Collections.Generic.List<ReaderField> Fields {get;}
    See Also