Table of Contents

Interface IInMemoryTable

Namespace
DevExpress.Xpo.DB.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public interface IInMemoryTable

Properties

Name

string Name { get; }

Property Value

string

Methods

ExistsColumn(string)

bool ExistsColumn(string columnName)

Parameters

columnName string

Returns

bool

GetColumnNames()

IEnumerable<string> GetColumnNames()

Returns

IEnumerable<string>