RelationalStrings.NonScalarFunctionCannotBeNullable(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
'IsNullable' cannot be set on DbFunction '{functionName}' since the function does not represent a scalar function.
public static string NonScalarFunctionCannotBeNullable(object? functionName);
public static string NonScalarFunctionCannotBeNullable(object functionName);
static member NonScalarFunctionCannotBeNullable : obj -> string
Public Shared Function NonScalarFunctionCannotBeNullable (functionName As Object) As String
Parameters
- functionName
- Object