Show / Hide Table of Contents

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

Extension Methods

EnumUtil.MapEnums<SqlType, To>(SqlType)
Converters.MapEnums<SqlType, To>(SqlType)
ObjectExtensions.AssignByReflection<SqlType>(SqlType, SqlType)
ObjectExtensions.GraphCopy<SqlType>(SqlType)
RegistryExtensions.GetRegistryRowAsync(Enum, string, CancellationToken)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top