Show / Hide Table of Contents

Class EfCoreResponsesQueryableExtensions

Inheritance
object
EfCoreResponsesQueryableExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Forms.Responses
Assembly: Volo.Forms.EntityFrameworkCore.dll
Syntax
public static class EfCoreResponsesQueryableExtensions

Methods

IncludeDetails(IQueryable<FormResponse>, bool)

Declaration
public static IQueryable<FormResponse> IncludeDetails(this IQueryable<FormResponse> queryable, bool include = true)
Parameters
Type Name Description
IQueryable<FormResponse> queryable
bool include
Returns
Type Description
IQueryable<FormResponse>
In this article
Back to top Powered by ABP.IO Platform