Question
EPAM
ES
Last activity: 17 Mar 2022 14:09 EDT
Which property types in pega are mapped to which column types in MS SQL Server
We have a table in MS SQL Server DB, this table has column types such as int, money, bit, char(2).
We want to create a class in Pega and map it to such table. Is there a way we can map such columns to properties in Pega?
If not then can you please clarify which column types should correspond to following property types in Pega? (For MS SQL Server)
Property Type | Column Type |
---|---|
Integer | ? |
Decimal | ? |
TrueFalse | ? |
Date | ? |
DateTime | ? |
We are using Pega 8.5
Thank you!
Taras