Share via


RelationalStrings.DbFunctionNullableValueReturnType(Object, Object) Method

Definition

The DbFunction '{function}' returns a SqlExpression of type '{type}', which is a nullable value type. DbFunctions must return expressions with non-nullable value types, even when they may return 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

Parameters

function
Object
type
Object

Returns

Applies to