Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best Design For This
Message
De
11/04/2009 12:49:48
 
 
À
09/04/2009 10:50:43
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01390847
Message ID:
01394345
Vues:
57
>How do you get around the problem with getxml() not returning null value columns? Do you use the copy method or serialize/deserialize instead?
>
>Or has this been fixed? I haven't tested since I came across that issue...


Not sure why this is a problem ... if you use a Typed DataSet anyway. If they're null coming back from the database, then the column in the Typed DataSet will be DBNull.Value. I guess it could be a problem in a non-Typed DataSet, but we don't use those. <g>

~~Bonnie



>
>
>>That's a common misconception. Heavy how? Across the wire? You don't send the DataSet across a Web Service, you send MyDataSet.GetXml(). It's not as heavy as the DataSet itself (no schema gets sent and only the actual data that is present gets sent). Plus, it's only a string of XML. Anything can consume it, not just the .NET world.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform