Show / Hide Table of Contents

Class QuestionEfCoreQueryableExtensions

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

Methods

IncludeDetails(IQueryable<QuestionBase>, bool)

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