Table of Contents

Struct LoadDataMemberOrderItem

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

Contains mapping information for class members and result set columns.

public struct LoadDataMemberOrderItem
Inherited Members

Constructors

LoadDataMemberOrderItem(int, string)

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

public LoadDataMemberOrderItem(int indexInResultSet, string classMemberName)

Parameters

indexInResultSet int

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.

Fields

ClassMemberName

Gets or sets the name of the mapped member.

public readonly string ClassMemberName

Field Value

string

IndexInResultSet

Gets or sets the zero-based position of the mapped column in a result set.

public readonly int IndexInResultSet

Field Value

int