Aracılığıyla paylaş


IQueryCompilationContextFactory.Create(Boolean) Yöntem

Tanım

Yeni bir QueryCompilationContext oluşturur.

public Microsoft.EntityFrameworkCore.Query.QueryCompilationContext Create (bool async);
abstract member Create : bool -> Microsoft.EntityFrameworkCore.Query.QueryCompilationContext
Public Function Create (async As Boolean) As QueryCompilationContext

Parametreler

async
Boolean

Sorgunun zaman uyumsuz olup olmadığını belirtir.

Döndürülenler

Oluşturulan sorgu derleme bağlamı.

Şunlara uygulanır