LoadDataMemberOrderItem(Int32, String) Constructor
Initializes a new instance of the LoadDataMemberOrderItem class with the specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
indexInResultSet | Int32 | An integer value mapping a member passed as the classMemberName parameter to the corresponding column in a result set. This value is assigned to the LoadDataMemberOrderItem.IndexInResultSet property. |
classMemberName | String | The name of the member that is mapped to a result set column. This value is assigned to the LoadDataMemberOrderItem.ClassMemberName property. |
See Also