次の方法で共有


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

定義

DbFunction '{function}' は、null 許容値型である型 '{type}' の SqlExpression を返します。 DbFunctions は、null を返す可能性がある場合でも、null 非許容値型の式を返す必要があります。

public static string DbFunctionNullableValueReturnType (object? function, object? type);
static member DbFunctionNullableValueReturnType : obj * obj -> string
Public Shared Function DbFunctionNullableValueReturnType (function As Object, type As Object) As String

パラメーター

function
Object
type
Object

戻り値

適用対象