Enum AdfUSqlCompilationMode
C#
public enum AdfUSqlCompilationMode
Fields
Full | Complete compilation, including syntax, optimization and code generation. |
Semantic | Does not perform a full compilation. Rather it performs semantic checks and necessary sanity checks. |
SingleBox | This selection performs a full compilation with the TargetType setting to SingleBox |