Back to Devexpress

XPBaseCollection.BeginLoad(Boolean) Method

xpo-devexpress-dot-xpo-dot-xpbasecollection-dot-beginload-x28-system-dot-boolean-x29.md

latest1.2 KB
Original Source

XPBaseCollection.BeginLoad(Boolean) Method

Starts the loading process.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public ObjectsQuery BeginLoad(
    bool force
)
vb
Public Function BeginLoad(
    force As Boolean
) As ObjectsQuery

Parameters

NameType
forceBoolean

Returns

Type
ObjectsQuery

Remarks

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

See Also

XPBaseCollection Class

XPBaseCollection Members

DevExpress.Xpo Namespace