Class InMemoryComplexRow
- Namespace
- DevExpress.Xpo.DB.Helpers
- Assembly
- DevExpress.Xpo.v24.1.dll
public class InMemoryComplexRow
- Inheritance
-
InMemoryComplexRow
- Inherited Members
-
Constructors
InMemoryComplexRow(InMemoryComplexRow)
public InMemoryComplexRow(InMemoryComplexRow complexRow)
Parameters
complexRow
InMemoryComplexRow
InMemoryComplexRow(InMemoryComplexSet)
public InMemoryComplexRow(InMemoryComplexSet resultSet)
Parameters
resultSet
InMemoryComplexSet
InMemoryComplexRow(InMemoryComplexSet, InMemoryComplexRow)
public InMemoryComplexRow(InMemoryComplexSet resultSet, InMemoryComplexRow otherRow)
Parameters
resultSet
InMemoryComplexSet
otherRow
InMemoryComplexRow
Properties
ComplexSet
public InMemoryComplexSet ComplexSet { get; }
Property Value
- InMemoryComplexSet
this[int]
public IInMemoryRow this[int tableIndex] { get; set; }
Parameters
tableIndex
int
Property Value
- IInMemoryRow
this[string]
public IInMemoryRow this[string tableAlias] { get; }
Parameters
tableAlias
string
Property Value
- IInMemoryRow
Methods
ToString()
public override string ToString()
Returns
- string