QDVWBS.UpdateRowsFromDatabases Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IMinute.UpdateRowsFromDatabases instead.
[Obsolete("Use Qdv.UserApi.IMinute.UpdateRowsFromDatabases instead.")]
public int UpdateRowsFromDatabases(
string HexIndex,
int FromRow,
int ToRow,
List<string> FieldsToBeUpdated,
List<string> CheckFields = Nothing,
List<string> RestrictToDatabases = Nothing,
ref string ErrorMessage = ""
)
This language is not supported or no code example is available.
Parameters
- HexIndex
- string
The 24 characters hexadecimal index identifying the task (the minute).
- FromRow
- int
The first row to update in the minute (1-9999).
- ToRow
- int
The last row to update in the minute (1-9999).
A list containing mnemonics of fields to be updated. They will be updated when they also exist in article databases.
A list of fields which must be identical in the database and the estimate to enable the update. When omitted, only reference field is taken into account. You can add Description, Manufacturer, Family and UserDefinedField. Only those fields are supported.
When omitted, rows coming from any database is updated. You can list databases which should be taken into account as they appear in DatabaseSource field of the minute.
- ErrorMessage
- string
The error message. An empty string when no error.
Return Value
intReturns error number. 0 means no error.