Skip to main content
.NET 6.0+

ExplicitLoadingAttribute Constructors

Specifies that the information used to retrieve persistent objects that are referenced by the current property, is included in a query used to load this property.
Name Parameters Description
ExplicitLoadingAttribute() none Initializes a new instance of the ExplicitLoadingAttribute class with default settings.
ExplicitLoadingAttribute(Int32) depth Initializes a new instance of the ExplicitLoadingAttribute class with the specified ExplicitLoadingAttribute.Depth property.
See Also