BatchDataCellsetDataRows Property |
Gets the row axis tuples.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "rows")]
public IList<DataTupleData> Rows { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "rows")>
Public ReadOnly Property Rows As IList(Of DataTupleData)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"rows")]
property IList<DataTupleData^>^ Rows {
IList<DataTupleData^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "rows")>]
member Rows : IList<DataTupleData> with get
Property Value
Type:
IListDataTupleDataSee Also