IMutableScalarValuedFunction.ReturnsNullOnNullInput Property
Gets or sets 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
Property ReturnsNullOnNullInput As Boolean
Get
Set
'Usage
Dim instance As IMutableScalarValuedFunction
Dim value As Boolean
value = instance.ReturnsNullOnNullInput
instance.ReturnsNullOnNullInput = value
bool ReturnsNullOnNullInput { get; set; }
property bool ReturnsNullOnNullInput {
bool get ();
void set (bool value);
}
abstract ReturnsNullOnNullInput : bool with get, set
function get ReturnsNullOnNullInput () : boolean
function set ReturnsNullOnNullInput (value : boolean)
Property Value
Type: System.Boolean
true to call the function if at least one of the function arguments is null; otherwise, false.