Table of Contents

Method LogDataUpdated

Namespace
Innova.Data.Logging
Assembly
Innova.Data.dll

LogDataUpdated<T>(ILogger, PrimaryKeys<T>)

Logs the data updated event.

public static void LogDataUpdated<T>(this ILogger logger, PrimaryKeys<T> primaryKey)

Parameters

logger ILogger

The logger instance.

primaryKey PrimaryKeys<T>

The primary key.

Type Parameters

T

The type of the primary key.