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