RelationalQueryCompilationContextFactory.Create(Boolean) Yöntem

Tanım

Yeni bir QueryCompilationContext oluşturur.

public override Microsoft.EntityFrameworkCore.Query.QueryCompilationContext Create (bool async);
override this.Create : bool -> Microsoft.EntityFrameworkCore.Query.QueryCompilationContext
Public Overrides Function Create (async As Boolean) As QueryCompilationContext

Parametreler

async
Boolean

sorgu zaman uyumsuz ise true.

Döndürülenler

QueryCompilationContext

Bir QueryCompilationContext.

Şunlara uygulanır