[ROOT] / doc / toc / ARCCore / Class / Subscription / SyntaxHelp


'+*' Subscribe to everything in database.
'+dt/Customer/*' Subscribe to all Customer properties.
'-dt/Customer/*/Photo/*' Exclude from subscription photos of customers.
'+dt/Customer/*/FirstName/*' Subscribe to all occurrences of Customer.FirstName.
'+dt/Customer/*/LastName/*' Subscribe to all occurrences of Customer.LastName.
'+dt/Customer/42/*' Subscribe to all properties related to customer with id 42.
'+dt/Order/*' Subscribe to all Order properties.
'+log/*' Subscribe to everything beginning with log .
'-log/API/*' Do not include properties beginning with 'log/API/ in subscription.
'-*' Stop existing subscription.


Details

Generated 2024-03-29 08:52:17.537 UTC