ServiceRequestExtensions.IncludeField<TRequest> method
namespace: Serenity.Data assembly: Serenity.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
- class TRequest
- class Field
- class ServiceRequest
- interface IIncludeExcludeColumns
- class ServiceRequestExtensions