Skip to main content
.NET 6.0+

LoadDataMemberOrderItem(Int32, String) Constructor

Initializes a new instance of the LoadDataMemberOrderItem class with the specified settings.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public LoadDataMemberOrderItem(
    int indexInResultSet,
    string classMemberName
)

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