Class InMemoryRow
- Namespace
- DevExpress.Xpo.DB.Helpers
- Assembly
- DevExpress.Xpo.v24.1.dll
public class InMemoryRow : IDisposable, IInMemoryRow
- Inheritance
-
InMemoryRow
- Implements
-
- Inherited Members
-
Constructors
InMemoryRow(InMemoryTable)
public InMemoryRow(InMemoryTable table)
Parameters
table
InMemoryTable
InMemoryRow(InMemoryTable, ICollection<object>)
public InMemoryRow(InMemoryTable table, ICollection<object> initData)
Parameters
table
InMemoryTable
initData
ICollection<object>
Properties
EditMode
public bool EditMode { get; }
Property Value
- bool
this[int]
public object this[int columnIndex] { get; set; }
Parameters
columnIndex
int
Property Value
- object
this[string]
public object this[string columnName] { get; set; }
Parameters
columnName
string
Property Value
- object
State
public InMemoryItemState State { get; }
Property Value
- InMemoryItemState
Table
public InMemoryTable Table { get; }
Property Value
- InMemoryTable
Methods
BeginEdit()
CancelEdit()
Dispose()
EndEdit()
ToString()
public override string ToString()
Returns
- string