Share via


ISql90Function.DoReturnNullForNullInput Property

Gets or sets whether the function returns null for null input.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property DoReturnNullForNullInput As Boolean
    Get
    Set
'Usage
Dim instance As ISql90Function
Dim value As Boolean

value = instance.DoReturnNullForNullInput

instance.DoReturnNullForNullInput = value
bool DoReturnNullForNullInput { get; set; }
property bool DoReturnNullForNullInput {
    bool get ();
    void set (bool value);
}
function get DoReturnNullForNullInput () : boolean
function set DoReturnNullForNullInput (value : boolean)
abstract DoReturnNullForNullInput : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90Function Interface

ISql90Function Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace