Share via


IScalarValuedFunction.ReturnsNullOnNullInput Property

Gets a value that indicates whether to call the function if at least one of the function arguments is null.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property ReturnsNullOnNullInput As Boolean
    Get
'Usage
Dim instance As IScalarValuedFunction
Dim value As Boolean

value = instance.ReturnsNullOnNullInput
bool ReturnsNullOnNullInput { get; }
property bool ReturnsNullOnNullInput {
    bool get ();
}
abstract ReturnsNullOnNullInput : bool
function get ReturnsNullOnNullInput () : boolean

Property Value

Type: System.Boolean
true to call the function if at least one of the function arguments is null; otherwise, false.