Share via


CoreLoggerExtensions.NavigationLazyLoading メソッド

定義

イベントの NavigationLazyLoading ログ。

public static void NavigationLazyLoading (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure> diagnostics, Microsoft.EntityFrameworkCore.DbContext context, object entityType, string navigationName);
static member NavigationLazyLoading : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure> * Microsoft.EntityFrameworkCore.DbContext * obj * string -> unit
<Extension()>
Public Sub NavigationLazyLoading (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Infrastructure), context As DbContext, entityType As Object, navigationName As String)

パラメーター

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Infrastructure>

使用する診断 ロガー。

context
DbContext

使用されているコンテキスト。

entityType
Object

エンティティの型。

navigationName
String

ナビゲーション プロパティの名前。

適用対象