Store::DemandLoading Property

 

Gets whether the store is currently demand loading a relationship.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property bool DemandLoading {
	bool get();
}

Property Value

Type: System::Boolean

true if the store is currently demand loading; otherwise, false.

Return to top
Show: