PredicateSetStatement public class PredicateSetStatement : SetOnOffStatement Represents the various Set {...} { ON | OFF } options in the TSQL grammar. Documentation Code public SetOptions Options { get; set; } The specific set option(s) that this statement represents public PredicateSetStatement()