Class SqlType
Enum SqlType
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class SqlType : Enum
Fields
IsDelete
Enum SqlType
Declaration
public const SqlType IsDelete
Field Value
Type | Description |
---|---|
SqlType |
IsDifference
Enum SqlType
Declaration
public const SqlType IsDifference
Field Value
Type | Description |
---|---|
SqlType |
IsInsert
Enum SqlType
Declaration
public const SqlType IsInsert
Field Value
Type | Description |
---|---|
SqlType |
IsInsertFromSelect
INSERT INTO <targetTable> SELECT ... FROM <sourceTable> ...
Declaration
public const SqlType IsInsertFromSelect
Field Value
Type | Description |
---|---|
SqlType |
IsIntersect
Enum SqlType
Declaration
public const SqlType IsIntersect
Field Value
Type | Description |
---|---|
SqlType |
IsNoType
Enum SqlType
Declaration
public const SqlType IsNoType
Field Value
Type | Description |
---|---|
SqlType |
IsRaw
Is this a raw sql command (clear text command)
Declaration
public const SqlType IsRaw
Field Value
Type | Description |
---|---|
SqlType |
IsSelect
Enum SqlType
Declaration
public const SqlType IsSelect
Field Value
Type | Description |
---|---|
SqlType |
IsUnion
Enum SqlType
Declaration
public const SqlType IsUnion
Field Value
Type | Description |
---|---|
SqlType |
IsUpdate
Enum SqlType
Declaration
public const SqlType IsUpdate
Field Value
Type | Description |
---|---|
SqlType |
value__
Enum SqlType
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)