ISqlSpecifiesAnsiNulls.IsAnsiNullsOn Property

Gets or sets a value that indicates whether the ANSI NULLS setting is ON for this object.

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

Syntax

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

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlSpecifiesAnsiNulls Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace