PbDataType Enum
.NET Standard 2.x
Represents the data type of PowerBuilder.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public enum PbDataType
Members
Member Name | Description |
---|---|
Any | Indicates a type mapped with the PowerBuilder Any type. |
Array | Indicates the object is an array. |
Binary | Indicates the object is a binary type. |
Boolean | Indicates a type mapped with the PowerBuilder boolean type. |
Byte | Indicates a type mapped with the PowerBuilder byte type. |
Char | Indicates a type mapped with the PowerBuilder Char type. |
Cursor | Indicates a cursor type. |
Date | Indicates a type mapped with the PowerBuilder Date type. |
DateTime | Indicates a type mapped with the PowerBuilder Datetime type. |
Decimal | Indicates a type mapped with the PowerBuilder Decimal type. |
Double | Indicates a type mapped with the PowerBuilder Double type. |
Enum | Indicates a type mapped with the PowerBuilder enumerated type. |
Int | Indicates a type mapped with the PowerBuilder Int type. |
Long | Indicates a type mapped with the PowerBuilder Long type. |
LongLong | Indicates a type mapped with the PowerBuilder LongLong type. |
Object | Indicates an object type. |
Proc | Indicates the object is a stored procedure. |
Real | Indicates a type mapped with the PowerBuilder real type. |
SByte | Indicates the Sbyte type. |
String | Indicates a type mapped with the PowerBuilder String type. |
Time | Indicates a type mapped with the PowerBuilder Time type. |
UInt | Indicates a type mapped with the PowerBuilder UInt type. |
ULong | Indicates a type mapped with the PowerBuilder Ulong type. |
ULongLong | Indicates a type mapped with the PowerBuilder ULongLong type. |
Unknown | Unknown type. |
Applies to
.NET Standard
2.x