Enum SqlType
Enum SqlType
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public enum SqlType
Fields
| Name | Description |
|---|---|
| IsDelete | Enum SqlType |
| IsDifference | Enum SqlType |
| IsInsert | Enum SqlType |
| IsInsertFromSelect | INSERT INTO <targetTable> SELECT ... FROM <sourceTable> ... |
| IsIntersect | Enum SqlType |
| IsNoType | Enum SqlType |
| IsRaw | Is this a raw sql command (clear text command) |
| IsSelect | Enum SqlType |
| IsUnion | Enum SqlType |
| IsUpdate | Enum SqlType |