C# Class Microsoft.PowerBI.Api.V1.Models.Row

A Power BI data row
Show file Open project: Microsoft/PowerBI-CSharp

Private Properties

Property Type Description

Public Methods

Method Description
Row ( ) : System

Initializes a new instance of the Row class.

Row ( string id = default(string) ) : System

Initializes a new instance of the Row class.

Method Details

Row() public method

Initializes a new instance of the Row class.
public Row ( ) : System
return System

Row() public method

Initializes a new instance of the Row class.
public Row ( string id = default(string) ) : System
id string
return System