Table of Contents

Class PrimaryKeyHelper

Namespace
NLightning.Infrastructure.Repositories.Database.Helpers
Assembly
NLightning.Infrastructure.Repositories.dll
public static class PrimaryKeyHelper
Inheritance
PrimaryKeyHelper
Inherited Members

Methods

GetPrimaryKeyExpression<TEntity>(object, NLightningDbContext)

public static Expression<Func<TEntity, bool>>? GetPrimaryKeyExpression<TEntity>(object id, NLightningDbContext context) where TEntity : class

Parameters

id object
context NLightningDbContext

Returns

Expression<Func<TEntity, bool>>

Type Parameters

TEntity