Around and About .NET World

Il blog di Marco Minerva
posts - 1671, comments - 2232, trackbacks - 2135

My Links

News

Contattami su Live Messenger:


MCTS: Windows, Web, Distributed Applications & SQL Server

MCPD: Enterprise Applications

Tag Cloud

Archives

Post Categories

Links

[70-528] Errata corrige #4

A pagina 233 si parla dei valori dell'enumerazione LoadOption che viene utilizzata con il metodo DataRow.Load. I nomi dei possibili valori sono completamente sbagliati. I valori corretti, presi da MSDN, sono i seguenti:

1. OverwriteChanges: The incoming values for this row will be written to both the current value and the original value versions of the data for each column (sul libro è OverwriteRow). 
2. PreserveChanges: The incoming values for this row will be written to the original value version of each column. The current version of the data in each column will not be changed (sul libro è PreserveCurrentValues). 
3. Upsert: The incoming values for this row will be written to the current version of each column. The original version of each column's data will not be changed (sul libro è UpdateCurrentValues).

E' da notare che a pagina 305 si parla di nuovo dell'enumerazione LoadOption, ma questa volta i nomi dei membri sono corretti.

Technorati tags: ,

Print | posted on domenica 30 settembre 2007 14:46 | Filed Under [ Certificazioni ]

Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET