Open this page in the API Guide

DiscoverColumnsOptions Class

The DTO class for requesting columns be discovered on an IFlattenTransform.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.DiscoverColumnsOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.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