SqlPlanGenerationOptions.ConnectionSettings.ConcatNullYieldsNull Property

Gets or sets the ConcatNullYieldsNull value.

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

Syntax

'Declaration
Public Property ConcatNullYieldsNull As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As SqlPlanGenerationOptions..::..ConnectionSettings
Dim value As Nullable(Of Boolean)

value = instance.ConcatNullYieldsNull

instance.ConcatNullYieldsNull = value
public Nullable<bool> ConcatNullYieldsNull { get; set; }
public:
property Nullable<bool> ConcatNullYieldsNull {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get ConcatNullYieldsNull () : Nullable<boolean>
function set ConcatNullYieldsNull (value : Nullable<boolean>)
member ConcatNullYieldsNull : Nullable<bool> with get, set

Property Value

Type: System.Nullable<Boolean>

Remarks

Value may be null.

.NET Framework Security

See Also

Reference

SqlPlanGenerationOptions.ConnectionSettings Class

SqlPlanGenerationOptions.ConnectionSettings Members

Microsoft.Data.Schema.Sql.Build Namespace