Click or drag to resize

SqlKeyword Enumeration

SQL Keywords

Namespace:  SanteDB.OrmLite.Providers
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public enum SqlKeyword
Members
  Member nameValueDescription
Lower0 Represents the lower function
Upper1 Represents the upper function
Like2 Represents the like function
ILike3 Represents case insenstivie like
False4 Represents False (or 0)
True5 Represents True (or 1)
CreateOrAlter6 Create or alter
RefreshMaterializedView7 Refresh materialized view
See Also