Třídová akce

Popis:
Na pořadí fieldů je závislý kód v oDataProtectionDefinitions
Kód:
5
Tělo:
SELECT
  CLSID, 
  FieldName,
  IsReported,
  (CLSID || FieldName) AS CLSID_FieldName 
FROM DPProtectedFieldsPatterns
WHERE 
  Parent_ID = :ParentID
ORDER BY
   CLSID ASC, FieldName ASC
  

Generated by ABRA Software a.s. 27.10.2021 16:34:08