Table of Contents

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

object

this[string]

object this[string columnName] { get; set; }

Parameters

columnName string

Property Value

object

Table

IInMemoryTable Table { get; }

Property Value

IInMemoryTable

Methods

BeginEdit()

void BeginEdit()

CancelEdit()

void CancelEdit()

EndEdit()

void EndEdit()