Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ExplicitLoadingAttribute(Int32) Constructor

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

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