Sdílet prostřednictvím


DatasetDataElement Class

Definition

Columns that define the structure of the dataset.

public class DatasetDataElement
type DatasetDataElement = class
Public Class DatasetDataElement
Inheritance
DatasetDataElement

Constructors

DatasetDataElement()

Initializes a new instance of the DatasetDataElement class.

DatasetDataElement(Object, Object)

Initializes a new instance of the DatasetDataElement class.

Properties

Name

Gets or sets name of the column. Type: string (or Expression with resultType string).

Type

Gets or sets type of the column. Type: string (or Expression with resultType string).

Applies to