using .net 2005 llblgen 2.0 and Oracle D.B.
I know how to use typedlists. I have done it. But now i need to use typed view. But it doesn't seen as "TypedViewClasses" like "TypedListClasses". For example with typed list it is so:
private MyNameSpace.TypedListClasses.PersonelRelTypedList Personel;
How can i do this with views? I've created a view with oracle data base. But in HelperClass there is nothing about views.