Condividi tramite


RelationalStrings.DbFunctionNullableValueReturnType(Object, Object) Metodo

Definizione

DbFunction '{function}' restituisce un oggetto SqlExpression di tipo '{type}', ovvero un tipo di valore nullable. DbFunctions deve restituire espressioni con tipi di valore non nullable, anche quando possono restituire 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

Parametri

function
Object
type
Object

Restituisce

Si applica a