Show / Hide Table of Contents

Class AbpAuditLoggingEfCoreQueryableExtensions

Inheritance
System.Object
AbpAuditLoggingEfCoreQueryableExtensions
Namespace: Volo.Abp.AuditLogging
Assembly: Volo.Abp.AuditLogging.EntityFrameworkCore.dll
Syntax
public static class AbpAuditLoggingEfCoreQueryableExtensions : object

Methods

IncludeDetails(IQueryable<AuditLog>, Boolean)

Declaration
public static IQueryable<AuditLog> IncludeDetails(this IQueryable<AuditLog> queryable, bool include = true)
Parameters
Type Name Description
IQueryable<AuditLog> queryable
System.Boolean include
Returns
Type Description
IQueryable<AuditLog>

IncludeDetails(IQueryable<EntityChange>, Boolean)

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