Configurates
C1.Web.Mvc.BaseODataCollectionViewService<T>.Fields. Sets an array containing the names of the fields to retrieve from the data source.
Syntax
'Declaration
Public Function Fields( _
ByVal ParamArray () As String _
) As
public Fields(
params string[]
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also