You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/advanced.rst
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,3 +95,13 @@ it is enough to set log level to the desired value.
95
95
logging.basicConfig()
96
96
root_logger = logging.getLogger()
97
97
root_logger.setLevel(logging.DEBUG)
98
+
99
+
Dynamically referenced EntitySet
100
+
------------------------------------------------
101
+
102
+
If you need to work with many Entity Sets the same way or if you just need to pick up the used Entity Set name in run-time, you may find out the ability to get an instance of Entity Set proxy dynamically. Here is an example of how you can print a count of all employees:
0 commit comments