Share via


ISqlServerOptions.IsConcatNullYieldsNullOn Property

Gets or sets a value that models the default CONCAT_NULL_YIELDS_NULL setting.

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

Syntax

'Declaration
Property IsConcatNullYieldsNullOn As Nullable(Of Boolean)
Nullable<bool> IsConcatNullYieldsNullOn { get; set; }
property Nullable<bool> IsConcatNullYieldsNullOn {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsConcatNullYieldsNullOn : Nullable<bool> with get, set
function get IsConcatNullYieldsNullOn () : Nullable<boolean>
function set IsConcatNullYieldsNullOn (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace