UpdateRowSource Enumeration
.NET Framework 3.0
Specifies how query command results are applied to the row being updated.
Namespace: System.Data
Assembly: System.Data (in system.data.dll)
Assembly: System.Data (in system.data.dll)
| Member name | Description | |
|---|---|---|
![]() | Both | Both the output parameters and the first returned row are mapped to the changed row in the DataSet. |
![]() | FirstReturnedRecord | The data in the first returned row is mapped to the changed row in the DataSet. |
![]() | None | Any returned parameters or rows are ignored. |
![]() | OutputParameters | Output parameters are mapped to the changed row in the DataSet. |
The UpdateRowSource values are used by the UpdatedRowSource property of IDbCommand and any classes derived from it.
For more information property, see Using Parameters with a DataAdapter.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
