Show / Hide Table of Contents

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>()
ObjectExtensions.AssignByReflection<SqlType>(SqlType)
ObjectExtensions.GraphCopy<SqlType>()
Converters.MapEnums<SqlType, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top