DataCellRowsTuple Property |
Gets the rows tuple.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public DataTuple RowsTuple { get; }
Public ReadOnly Property RowsTuple As DataTuple
Get
public:
property DataTuple^ RowsTuple {
DataTuple^ get ();
}
member RowsTuple : DataTuple with get
Property Value
Type:
DataTupleSee Also