[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.BaseODataCollectionViewServiceBuilder-3.Fields

Fields Method

Fields(params string[])

Configurates Fields. Sets an array containing the names of the fields to retrieve from the data source.

Declaration
public TBuilder Fields(params string[] value)
Parameters
Type Name Description
string[] value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

If this property is set to null or to an empty array, all fields are retrieved.