G
Guest
I'm looking at the code in the designer.vb file of an XSD. Every table has
at least one 'Overridable Function Fill' function. I'm a little confused. I
have used these functions successfully and I know they work. What I don't
understand is how they work. I'm passing in a data table and the input
parameter is defined as 'ByVal dataTable as <dataset name>.<table name>
If this is a ByVal how can the values get back to the calling function?
at least one 'Overridable Function Fill' function. I'm a little confused. I
have used these functions successfully and I know they work. What I don't
understand is how they work. I'm passing in a data table and the input
parameter is defined as 'ByVal dataTable as <dataset name>.<table name>
If this is a ByVal how can the values get back to the calling function?