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

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