XPDataView.LoadData(SelectedData) Method
Loads data from the specified result set to the data view.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public void LoadData(
SelectedData data
)
#Parameters
Name | Type | Description |
---|---|---|
data | Selected |
An Selected |
#Remarks
The LoadData loads data according to the order of columns within the result set. This order should correspond to the column order specified via the XPDataView.Properties collection. To load data and properly map data view columns to result set columns, use the XPDataView.LoadOrderedData method.
Note
If the number of columns within the XPData