Element result |
Nahoru Předchozí Další |
nepovinný element, který definuje formát výstupních dat a případné povolené operáce s nimi. Má atributy:
Příklad: /* <result order="1"> <columns> <column name="ID" visible="false" /> <column name="TS" visible="false" /> <column name="GUID" visible="false" /> </columns> <actions> <action type=" Dentista.Query.OpenCardAction, Dentist" name="Otevři kartu" cookie="guidcol='GUID'" /> <action type="Dentista.Query.SendSmsAction, Dentist" name="Pošli SMS" cookie="guidcol='GUID'" /> </actions> </result> */ |