Skip to content

ServiceRequestExtensions.IncludeField<TRequest> method

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