Class InMemoryIndexWrapperCollection
- Namespace
- DevExpress.Xpo.DB.Helpers
- Assembly
- DevExpress.Xpo.v24.1.dll
public class InMemoryIndexWrapperCollection : IEnumerable<InMemoryIndexWrapper>, IEnumerable
- Inheritance
-
InMemoryIndexWrapperCollection
- Implements
- Inherited Members
Properties
Count
public int Count { get; }
Property Value
this[string]
public InMemoryIndexWrapper this[string name] { get; }
Parameters
name
string
Property Value
Names
public IEnumerable<string> Names { get; }
Property Value
Methods
Contains(string)
public bool Contains(string name)
Parameters
name
string
Returns
GetEnumerator()
public IEnumerator<InMemoryIndexWrapper> GetEnumerator()