Progress.Reflect.DataType enumeration
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This enumeration describes the data type of a given class member. Its members are returned
for the ReturnType property of Progress.Reflect.Method
instances and for the DataType property of
Progress.Reflect.Variable, Progress.Reflect.Parameter,
and Progress.Reflect.Property instances.
This class is FINAL and cannot be inherited.
Serializable:
Yes
Super Class
Members
AnyType1
|
Buffer |
Byte2
|
Character |
COMHandle |
DataSet |
DataSetHandle
|
Date |
DateTime |
DateTimeTZ
|
Decimal |
Double2 |
Float2
|
Handle |
Int64 |
Integer
|
Logical |
Longchar |
Memptr
|
Object |
Raw |
Recid
|
Rowid |
Short2 |
SingleCharacter2
|
Table |
TableHandle
|
UnsignedByte2
|
UnsignedInt2 |
UnsignedInt642 |
UnsignedShort2
|
Void3
|
Public Methods
| GetEnum( ) method | – |
1 Indicates that any data type could be returned or passed as a parameter,
including an array of any data type.
2 Applies only to .NET objects.
3 Indicates a VOID method. This member is only returned for a method
object.