I've got an object that contains an EntitySet using a specific key that is fixed for the lifetime of the application. I would like this to materialize in the constructor; so I'm doing this:
Is this the right way of doing this. The Queue_ID is a const string, and pendingList is an Entity. |
Exactly. Also, I'd recommend to mark |