Share via


RelationalStrings.UnknownOperation(Object, Object) メソッド

定義

現在の移行 SQL ジェネレーター '{sqlGeneratorType}' は、型 '{operationType}' の操作に対して SQL を生成できません。

public static string UnknownOperation (object sqlGeneratorType, object operationType);
public static string UnknownOperation (object? sqlGeneratorType, object? operationType);
static member UnknownOperation : obj * obj -> string
Public Shared Function UnknownOperation (sqlGeneratorType As Object, operationType As Object) As String

パラメーター

sqlGeneratorType
Object
operationType
Object

戻り値

適用対象