Skip to main content

XPClassInfo.GetObjectLoading(Session) Method

OBSOLETE

Use session.IsObjectsLoading instead

Indicates whether the object is currently being initialized within the specified session.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[Obsolete("Use session.IsObjectsLoading instead", true)]
public bool GetObjectLoading(
    Session session
)

Parameters

Name Type Description
session Session

The Session object.

Returns

Type Description
Boolean

true if the object is currently being initialized; otherwise, false.

See Also