OdbcParameter::SourceVersion Property
Gets or sets the DataRowVersion to use when you load Value.
Assembly: System.Data (in System.Data.dll)
public: property DataRowVersion SourceVersion { virtual DataRowVersion get() override; virtual void set(DataRowVersion value) override; }
Property Value
Type: System.Data::DataRowVersionOne of the DataRowVersion values. The default is Current.
The SourceVersion is used by UpdateCommand during an M:System.Data.DbDataAdapter.Common.Update operation to determine whether the parameter value is set to Current or Original. This allows primary keys to be updated.
This property is set to the version of the DataRow used by either the Item property (DataRow indexer), or the GetChildRows method.
The following example creates an OdbcParameter and sets some of its properties.
Available since 1.1