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