Web API Edition | ComponentOne
C1.Web.Api.DataEngine.Data Namespace / IFlexPivotEngineProvider Interface / Fields Property

In This Topic
    Fields Property
    In This Topic
    Gets the field collection defined in the data source.
    Syntax
    'Declaration
     
    
    ReadOnly Property Fields As IEnumerable(Of Field)
    IEnumerable<Field> Fields {get;}
    See Also