ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ODataCollectionViewServiceTagHelper Class / Fields Property

In This Topic
    Fields Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.Fields. Sets a string containing a comma-separated list which represents the names of the fields to retrieve from the data source.
    Syntax
    'Declaration
     
    Public Property Fields As String
    public string Fields {get; set;}
    Remarks
    If this property is not set, all fields are retrieved.
    See Also