Re: [DOTNET] Checked casting between DataSet and its children

2002-06-03 Thread Jason Kaczor
One last thing. Depending on how integrated you want your tools to be, you can "inject" your modifications to the dataset code via: - regular expressions. Typically I'm searching for individual datarow classes, and injecting my interfaces at that point. The nice thing about interfaces is you c

Re: [DOTNET] Checked casting between DataSet and its children

2002-06-03 Thread Jason Kaczor
On Thu, 30 May 2002 12:44:28 -0700, Loc Nguyen <[EMAIL PROTECTED]> wrote: >board about this subject, I think it may be more trouble. It sounds like >the code generation is very troublesome. Someone was asking how to insert >logic into the generated code without it being overwritten, and he neve

Re: [DOTNET] Databinding related tables

2002-06-03 Thread Jason Kaczor
Hmmm, have you tried using an Expression as the "bound sub/child property"?, look at the following for general syntax: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/cpref/html/frlrfSystemDataDataColumnClassExpressionTopic.asp (Relevant section cut'n'pasted here): PARENT/CHILD