Re: [Firebird-net-provider] typed dataset creation

2005-12-17 Thread Carlos Guzmán Álvarez
Hello: Hi, Carlos the example in FAQ uses deprecated methods, and it should be updated as follows: Changed! it'd be good to move him from faq to examples as well. Ok i will try to add it as an exmple as well, thanks very much !! -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogsp

[Firebird-net-provider] typed dataset creation

2005-12-16 Thread Andrzej Kaczmarczyk
Hi, Carlos the example in FAQ uses deprecated methods, and it should be updated as follows: CodeNamespace codeNamespace = new CodeNamespace(dataSet.DataSetName); CSharpCodeProvider csharpCodeProvider = new CSharpCodeProvider(); System.Data.Design.TypedDataSetGenerator.Generate(dataSet, codeNamesp