Interface IInMemoryRow
- Namespace
- DevExpress.Xpo.DB.Helpers
- Assembly
- DevExpress.Xpo.v24.1.dll
public interface IInMemoryRow
Properties
this[int]
object this[int columnIndex] { get; set; }
Parameters
columnIndex
int
Property Value
this[string]
object this[string columnName] { get; set; }
Parameters
columnName
string
Property Value
Table
IInMemoryTable Table { get; }
Property Value
Methods
BeginEdit()
void BeginEdit()
CancelEdit()
void CancelEdit()
EndEdit()
void EndEdit()