Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies if the the ANSI_NULLS connection setting for objects is on or off
public bool? AnsiNulls { get; set; }
member this.AnsiNulls : Nullable<bool> with get, set