Are there any pitfall I should be aware of doing so ?
Would you know of existing code dealing with the same pb I might encounter ?
Thks
|
Are there any pitfall I should be aware of doing so ? Would you know of existing code dealing with the same pb I might encounter ? Thks |
||||
|
|
|
Unfortunately, you cannot pass types as static parameters to a type provider. The static parameters passed using The problem with doing this is that you could pass it The best way to pass information about type to a type provider is to give it a type name and then lookup the type using reflection (this will only work if the type is from an already compiled assembly):
|
||||
|