Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FunctionId
enum
System.Data.FunctionId
package
Enumerator
none
Ascii
Char
Charindex
Difference
Len
Lower
LTrim
Patindex
Replicate
Reverse
Right
RTrim
Soundex
Space
Str
Stuff
Substring
Upper
IsNull
Iif
Convert
cInt
cBool
cDate
cDbl
cStr
Abs
Acos
In
Trim
Sum
Avg
Min
Max
Count
StDev
Var
DateTimeOffset
Definition at line
3
of file
FunctionId.cs
.
4
{
5
none
= -1,
6
Ascii
= 0,
7
Char
= 1,
8
Charindex
= 2,
9
Difference
= 3,
10
Len
= 4,
11
Lower
= 5,
12
LTrim
= 6,
13
Patindex
= 7,
14
Replicate
= 8,
15
Reverse
= 9,
16
Right = 10,
17
RTrim
= 11,
18
Soundex
= 12,
19
Space = 13,
20
Str
= 14,
21
Stuff
= 15,
22
Substring
= 16,
23
Upper
= 17,
24
IsNull
= 18,
25
Iif
= 19,
26
Convert
= 20,
27
cInt
= 21,
28
cBool
= 22,
29
cDate
= 23,
30
cDbl
= 24,
31
cStr
= 25,
32
Abs
= 26,
33
Acos
= 27,
34
In
= 28,
35
Trim
= 29,
36
Sum
= 30,
37
Avg
= 31,
38
Min = 32,
39
Max = 33,
40
Count = 34,
41
StDev
= 35,
42
Var
= 37,
43
DateTimeOffset
= 38
44
}
System.Convert
Definition
Convert.cs:10
System.Data.Aggregate.StDev
@ StDev
System.Data.Aggregate.Var
@ Var
System.Data.Aggregate.Avg
@ Avg
System.Data.Aggregate.Sum
@ Sum
System.Data.FunctionId.Upper
@ Upper
System.Data.FunctionId.Abs
@ Abs
System.Data.FunctionId.Trim
@ Trim
System.Data.FunctionId.Difference
@ Difference
System.Data.FunctionId.none
@ none
System.Data.FunctionId.RTrim
@ RTrim
System.Data.FunctionId.cInt
@ cInt
System.Data.FunctionId.Reverse
@ Reverse
System.Data.FunctionId.Iif
@ Iif
System.Data.FunctionId.Ascii
@ Ascii
System.Data.FunctionId.Substring
@ Substring
System.Data.FunctionId.cDate
@ cDate
System.Data.FunctionId.Stuff
@ Stuff
System.Data.FunctionId.Soundex
@ Soundex
System.Data.FunctionId.cStr
@ cStr
System.Data.FunctionId.Replicate
@ Replicate
System.Data.FunctionId.Lower
@ Lower
System.Data.FunctionId.LTrim
@ LTrim
System.Data.FunctionId.Patindex
@ Patindex
System.Data.FunctionId.cDbl
@ cDbl
System.Data.FunctionId.Charindex
@ Charindex
System.Data.FunctionId.cBool
@ cBool
System.Data.FunctionId.Len
@ Len
System.Data.FunctionId.Str
@ Str
System.Data.FunctionId.Acos
@ Acos
System.Data.FunctionId.In
@ In
System.Data.FunctionId.IsNull
@ IsNull
System.Char
Definition
Char.cs:14
System.DateTimeOffset
Definition
DateTimeOffset.cs:14
System
Data
Generated by
1.10.0