CoreStrings.SingletonOptionChanged(Object, Object) 方法

定义

调用了“{optionCall}”,该调用更改了服务提供程序中必须恒定的选项,但实体框架没有构建自己的内部服务提供商。 允许实体框架通过删除对“{useInternalServiceProvider}”的调用来生成服务提供程序,或者确保“{optionCall}”的配置不会因传递给“{useInternalServiceProvider}”的给定服务提供程序的所有用途而更改。

public static string SingletonOptionChanged (object optionCall, object useInternalServiceProvider);
public static string SingletonOptionChanged (object? optionCall, object? useInternalServiceProvider);
static member SingletonOptionChanged : obj * obj -> string
Public Shared Function SingletonOptionChanged (optionCall As Object, useInternalServiceProvider As Object) As String

参数

optionCall
Object
useInternalServiceProvider
Object

返回

适用于