Show / Hide Table of Contents

Class SaasEfCoreQueryableExtensions

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

Methods

IncludeDetails(IQueryable<Tenant>, bool)

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