Enum SqlOptionalFunctionalityResolution
Represents how an optional functionality should be handled.
public enum SqlOptionalFunctionalityResolution : byte
Fields
Forbid = 2Specifies that the functionality should be forbidden and that using it may cause an exception to be thrown.
Ignore = 0Specifies that the functionality should be ignored.
Include = 1Specifies that the functionality should be included.