Skip to main content
.NET 6.0+

ExplicitLoadingAttribute(Int32) Constructor

Initializes a new instance of the ExplicitLoadingAttribute class with the specified ExplicitLoadingAttribute.Depth property.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public ExplicitLoadingAttribute(
    int depth
)

Parameters

Name Type Description
depth Int32

An integer value that specifies the reference depth of the current class from the root class. This value is assigned to the ExplicitLoadingAttribute.Depth property.

See Also