Enum CodeFragmentType
Code fragment types
Namespace: SqlDotNet.Compiler
Assembly: SqlDotNet.dll
Syntax
public enum CodeFragmentType
Fields
Name | Description |
---|---|
BooleanExpress | Defines, that the code fragment only can contains a boolean expression |
Command | Defines, that the code fragment only can contains executable code |
None | General |