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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.