Mimer SQL Data Provider
UpdatedRowSource Property




Mimer.Data.Client Namespace > MimerCommand Class : UpdatedRowSource Property
Gets or sets how command results are applied to the System.Data.DataRow when used by the System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) method of the System.Data.IDbDataAdapter.
Syntax
'Declaration
 
Public Overrides NotOverridable Property UpdatedRowSource As UpdateRowSource
public override UpdateRowSource UpdatedRowSource {get; set;}
public read-write property UpdatedRowSource: UpdateRowSource; override; 
public override function get,set UpdatedRowSource : UpdateRowSource
public: __property UpdateRowSource get_UpdatedRowSource() override;
public: __property void set_UpdatedRowSource( 
   UpdateRowSource value
) override;

Property Value

A System.Data.UpdateRowSource value that specifies how query command results are applied to the row being updated.
Exceptions
ExceptionDescription
The specified value is outside the System.Data.UpdateRowSource enumeration.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommand Class
MimerCommand Members