Click or drag to resize

QueryParameterHelperParameterType Enumeration

Enum for the supported parameter types

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum ParameterType
Members
  Member nameValueDescription
Int0 Use if value is an integer
String1 Use if value is a string
DateTime2 Use if value is a date time
Boolean3 Use if value is a boolean value (true/false/0/1)
Guid4 Use if value is a valid guid value
IntList5 Use if value is a list of integers. Values must be seperated with comma e.g. 1,2,3,4
GuidList6 Use if value is a list of guids. Values must be seperated with comma
StringList7 Use if value is a list of string. Values must be seperated with comma
See Also