ExposeVirtualSubColumn
Boolean that exposes a virtual subcolumn to return data in a different format.
データ型
bool
デフォルト値
false
解説
For example: The statecode column has a virtual subcolumn named statecodename. The value of statecode can be Active or Inactive in string format, or 0 or 1 in int format. If the result is Active("0"), the statecode column in the result set shows 0 and the statecodename column shows Active.