Skip to main content

ParameterValueType

The ParameterValueType enum defines the types of values a parameter can hold in the data source provider.

Accepted Values

NameValue
Unknown0
String1
Boolean2
Integer3
Float4
Null5
DateTime6
Guid7
Time8
Object9
Array10
Property11
DateTimeOffset12
Byte13
Double14
Decimal15
Date16
Event17
Variable18
Note

This enum is used to specify the type of value for parameters in various contexts, ensuring compatibility and type safety.