Table of Contents

Class GetObjectStubsByKeyQuery

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

Contains essential information on a query which retrieves persistent objects by their key values via ISerializableObjectLayer objects.

public class GetObjectStubsByKeyQuery
Inheritance
GetObjectStubsByKeyQuery
Inherited Members

Constructors

GetObjectStubsByKeyQuery()

This member supports the internal infrastructure and is not intended to be used directly from your code.

public GetObjectStubsByKeyQuery()

GetObjectStubsByKeyQuery(XPClassInfoStub, ICollection)

This member supports the internal infrastructure and is not intended to be used directly from your code.

public GetObjectStubsByKeyQuery(XPClassInfoStub classInfo, ICollection idCollection)

Parameters

classInfo XPClassInfoStub
idCollection ICollection

Properties

ClassInfo

This member supports the internal infrastructure and is not intended to be used directly from your code.

public XPClassInfoStub ClassInfo { get; set; }

Property Value

XPClassInfoStub

IdCollection

This member supports the internal infrastructure and is not intended to be used directly from your code.

public ICollection IdCollection { get; }

Property Value

ICollection

Methods

FromObjectQuery(ObjectsByKeyQuery, XPObjectClassInfoStubCache)

This member supports the internal infrastructure and is not intended to be used directly from your code.

public static GetObjectStubsByKeyQuery FromObjectQuery(ObjectsByKeyQuery query, XPObjectClassInfoStubCache classInfoCache)

Parameters

query ObjectsByKeyQuery
classInfoCache XPObjectClassInfoStubCache

Returns

GetObjectStubsByKeyQuery