Show / Hide Table of Contents

Class BloggingEntityFrameworkCoreQueryableExtensions

Inheritance
System.Object
BloggingEntityFrameworkCoreQueryableExtensions
Namespace: Volo.Blogging
Assembly: Volo.Blogging.EntityFrameworkCore.dll
Syntax
public static class BloggingEntityFrameworkCoreQueryableExtensions : object

Methods

IncludeDetails(IQueryable<Post>, Boolean)

Declaration
public static IQueryable<Post> IncludeDetails(this IQueryable<Post> queryable, bool include = true)
Parameters
Type Name Description
IQueryable<Post> queryable
System.Boolean include
Returns
Type Description
IQueryable<Post>
Back to top Powered by Volosoft