Specifies constants indicating the data type of a transaction parameter.
Namespace: ININ.IceLib.Data.TransactionBuilderAssembly: ININ.IceLib.Data.TransactionBuilder (in ININ.IceLib.Data.TransactionBuilder.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum ParameterDataType |
Visual Basic |
---|
Public Enumeration ParameterDataType |
Members
Member name | Value | Description | |
---|---|---|---|
Integer | 0 | An integer. | |
IntegerNull | 1 | A nullNothingnullptra null reference (Nothing in Visual Basic) integer. | |
RowCountInteger | 2 | A row count integer. | |
RowCountIntegerNull | 3 | A nullNothingnullptra null reference (Nothing in Visual Basic) row count integer. | |
Boolean | 4 | A bool. | |
BooleanNull | 5 | A nullNothingnullptra null reference (Nothing in Visual Basic) bool. | |
String | 6 | A string. | |
StringNull | 7 | A nullNothingnullptra null reference (Nothing in Visual Basic) string. | |
Real | 8 | A double. | |
RealNull | 9 | A nullNothingnullptra null reference (Nothing in Visual Basic) double. | |
DateTime | 10 | A datetime. | |
DateTimeNull | 11 | A nullNothingnullptra null reference (Nothing in Visual Basic) datetime. | |
Guid | 12 | A Guid. | |
GuidNull | 13 | A nullNothingnullptra null reference (Nothing in Visual Basic) Guid. |
Remarks
This enumeration is used by TransactionClient during a transaction execution to specify the data type of its transaction parameters.
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.