DataStorageUpdateRecordsDataOptions Class

The data contract class used to provide options to add or update or delete multiple data records.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDataStorageUpdateRecordsDataOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataContractAttribute]
public class DataStorageUpdateRecordsDataOptions

The DataStorageUpdateRecordsDataOptions type exposes the following members.

Constructors
  NameDescription
Public methodDataStorageUpdateRecordsDataOptions
Initializes a new instance of the DataStorageUpdateRecordsDataOptions class
Top
Properties
  NameDescription
Public propertyColumnName
Gets or sets the name of the column.
Public propertyId
Gets or sets the ID of the record to update.
Public propertyValue
Gets or sets the value.
Top
See Also