Table of Contents

Method LogDataInserted

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

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

Logs the data inserted event.

public static void LogDataInserted<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.