|
|
|
|
|
by manilafolder
4466 days ago
|
|
I'm sorry for my ignorance, but there's something about type providers I just can't wrap my head around. It seems like the primary purpose of using a typed provider is so that the types (classes) can dynamically change during runtime (for example, you get different table objects for the different connection strings you pass in). But how do you program a client against an API that can change at will? Is your client code just basically doing runtime reflection on the data the type provider returns? |
|