Share via


ISqlDatabaseOptions.IsAnsiNullsOn Property

Gets or sets a value that models the ANSI_NULLS option.

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace