Table Constructor (String, IList<Column>, IList<Row>)
Initializes a new instance of the Table class.
Namespace: Microsoft.PowerBI.Api.Beta.Models
Assembly: Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)
Syntax
public Table(
string name,
IList<Column> columns,
IList<Row> rows = null
)
Parameters
- name
Type: System.String
- columns
Type: System.Collections.Generic.IList<Column>
- rows
Type: System.Collections.Generic.IList<Row>
See Also
Table Overload
Table Class
Microsoft.PowerBI.Api.Beta.Models Namespace
Return to top