DataStorageUpdateRecordOptions Class

The data contract class used to provide options to add or update or delete a data record.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDataStorageUpdateRecordOptions

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 DataStorageUpdateRecordOptions

The DataStorageUpdateRecordOptions type exposes the following members.

Constructors
  NameDescription
Public methodDataStorageUpdateRecordOptions
Initializes a new instance of the DataStorageUpdateRecordOptions class
Top
Properties
  NameDescription
Public propertyColumnName
Gets or sets the name of the column.
Public propertyDataCubeId
Gets or sets the data cube ID.
Public propertyTransformId
Gets or sets the transform ID.
Public propertyValue
Gets or sets the value.
Top
See Also