H
hansiman
on http://www.bsdg.org/2005/01/empty-dataset.shtml
I came across this C# code:
bool Result = ( aDataset == null ) || ( aDataset.Tables.Count == 0 );
I think I know what it is supposed to do!
How is this coded in VB
I came across this C# code:
bool Result = ( aDataset == null ) || ( aDataset.Tables.Count == 0 );
I think I know what it is supposed to do!
How is this coded in VB