Show / Hide Table of Contents

Class DocsEfCoreQueryableExtensions

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

Methods

IncludeDetails(IQueryable<Document>, bool)

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