DataStorageInsertRecordOptions Class

The data contract class used to provide options to adding a data record.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDataStorageInsertRecordOptions

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 DataStorageInsertRecordOptions

The DataStorageInsertRecordOptions type exposes the following members.

Constructors
  NameDescription
Public methodDataStorageInsertRecordOptions
Initializes a new instance of the DataStorageInsertRecordOptions class.
Top
Properties
  NameDescription
Public propertyBeforeRecordId
Gets or sets the ID of the record to insert this new record before. This is optional, if not specified the record is inserted at the end.
Public propertyData
Gets the data.
Public propertyDataCubeId
Gets or sets the data cube ID.
Public propertyTransformId
Gets or sets the transform ID.
Top
See Also