DiscoverColumnsOptions Class

The DTO class for requesting columns be discovered on an IFlattenTransform.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDiscoverColumnsOptions

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

The DiscoverColumnsOptions type exposes the following members.

Constructors
  NameDescription
Public methodDiscoverColumnsOptions
Initializes a new instance of the DiscoverColumnsOptions class
Top
Properties
  NameDescription
Public propertyElementId
Gets or sets the ID of the element containing the complex data which discovery will be performed on.
Public propertyTransformId
Gets or sets the ID of the transform to perform discovery on.
Top
See Also