ServiceRequestExtensions.IncludeField<TRequest> method

namespace: Serenity.Data   assemblySerenity.Net.Services

Adds the field to the request.IncludeColumns

public static TRequest IncludeField<TRequest>(this TRequest request, Field field)
    where TRequest : ServiceRequest, IIncludeExcludeColumns
parameter description
TRequest Request type
request Request
field Field

See Also