home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / cpref.chm / html / frlrfsystemdatainternaldbcommandclassupdatedrowsourcetopic.htm < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  3.2 KB  |  80 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <HTML DIR=LTR>
  3. <HEAD>
  4. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  5. <TITLE>DBCommand.UpdatedRowSource</TITLE>
  6. <SCRIPT src="vs70link.js"></SCRIPT>
  7. <SCRIPT src="vs70.js"></SCRIPT>
  8. </HEAD>
  9. <body topmargin="0" id="bodyID" class = "dtBODY">
  10. <object id="obj_cook" classid="clsid:59CC0C20-679B-11D2-88BD-0800361A1803" style="display:none;"></object>
  11.  
  12. <div id="nsbanner">
  13. <div id="bannerrow1">
  14. <TABLE CLASS="bannerparthead" CELLSPACING=0>
  15. <TR ID="hdr">
  16. <TD CLASS="runninghead" nowrap>NGWS SDK Documentation</TD>
  17. <TD CLASS="product" nowrap> </TD>
  18. </TR>
  19. </TABLE>
  20. </div>
  21. </div>
  22. <DIV id="nstext" valign="bottom">
  23. <br>
  24. <font color=ff0000 size="1"><i>This is preliminary documentation and subject to change.</i></font>
  25. <br>
  26. <font size="1"><i>To comment on this topic, please send us email at <a href="mailto:ngwssdk@microsoft.com">ngwssdk@microsoft.com</a>. Thanks!</i></font>
  27. <br>
  28. <br>
  29.  
  30. <H1 class="dtH1"><A NAME="frlrfsystemdatainternaldbcommandclassupdatedrowsourcetopic"></A>DBCommand.UpdatedRowSource</H1>
  31.  
  32. <P>Gets or sets how command results are to be applied to the current <A href="frlrfsystemdatadatarowclasstopic.htm">DataRow</A>, when used by the <A href="frlrfsystemdatainternaldatasetcommandclassupdatetopic.htm">Update</A> method of a <A href="frlrfsystemdatainternaldbdatasetcommandclasstopic.htm">DBDataSetCommand</A>.</P>
  33.  
  34. <PRE class="syntax"><SPAN class="lang">[Visual Basic]
  35. </SPAN><B>Overridable Public Property UpdatedRowSource As UpdateRowSource
  36. </B><SPAN class="lang">[C#]
  37. </SPAN><B>public UpdateRowSource UpdatedRowSource {virtual get; virtual set;}
  38. </B><SPAN class="lang">[C++]
  39. </SPAN><B>public: __property virtual UpdateRowSource get_UpdatedRowSource();
  40. public: __property virtual void set_UpdatedRowSource(UpdateRowSource);
  41. </B><SPAN class="lang">[JScript]
  42. </SPAN><B>public function get UpdatedRowSource() : UpdateRowSource;
  43. public function set UpdatedRowSource(UpdateRowSource);</B></PRE>
  44.  
  45. <H4 class="dtH4">Property Value</H4>
  46.  
  47. <P>One of the <A href="frlrfsystemdataupdaterowsourceclasstopic.htm">UpdateRowSource</A> values. The default is <B>Both</B>.</P>
  48.  
  49. <H4 class="dtH4">Exceptions</H4>
  50. <!--TS:--><div class="tablediv"><table cellspacing="0" class="dtTABLE">
  51.  
  52. <TR VALIGN="top">
  53. <TH width=50%>Exception Type</TH>
  54. <TH width=50%>Condition</TH>
  55. </TR>
  56.  
  57. <TR VALIGN="top">
  58. <TD width=50%><B>InvalidUpdateRowSource</B></TD>
  59. <TD width=50%>The value entered was not one of the <A href="frlrfsystemdataupdaterowsourceclasstopic.htm">UpdateRowSource</A> values.</TD>
  60. </TR>
  61. </table></div>
  62. <!--TS:-->
  63. <H4 class="dtH4">See Also</H4>
  64.  
  65. <P><A href="frlrfsystemdatainternaldbcommandclasstopic.htm">DBCommand Class</A> | <A href="frlrfsystemdatainternaldbcommandmemberstopic.htm">DBCommand Members</A> | <A href="frlrfsystemdatainternal.htm">System.Data.Internal Namespace</A></P>
  66. <div class="footer">
  67. <p>
  68. <center><font color="navy" size="1">Build number 1812.</font></center>
  69. <p>
  70. </div>
  71. <div class="footer">
  72. <br>
  73. <center><font size="1"><a href="copybeta_nonconfidential.htm">© 2000 Microsoft Corporation. All rights reserved.</a></font></center>
  74. <br>
  75. </div>
  76. </div>
  77.  
  78. </BODY>
  79. </HTML>
  80.