Freigeben über


IPrecompiledQueryCodeGeneratorSelector.Select(String) Method

Definition

Selects an IPrecompiledQueryCodeGenerator service for a given programming language.

public Microsoft.EntityFrameworkCore.Query.IPrecompiledQueryCodeGenerator Select (string? language);
abstract member Select : string -> Microsoft.EntityFrameworkCore.Query.IPrecompiledQueryCodeGenerator
Public Function Select (language As String) As IPrecompiledQueryCodeGenerator

Parameters

language
String

The programming language.

Returns

The IPrecompiledQueryCodeGenerator.

Applies to