Everyone touts the wonders of llblgen, but I've found very little in the way of examples of its usage in c#. The documentation for llblgen explains how much you can do, but provides virtually no examples, preferring instead to provide complicated text explanations when actual code would say it much more clearly to coders.
I am new to llblgen usage, and trying to do the simple task of querying two databases on two different servers for matches of a user's login credentials. How in the heck do I tell llblgen to either a) try both catalogs on one GetMulti() call, or b) try one, then I manually switch the catalog name, and try the other?
Please help!