DataContext::LoadOptions Property

 

Gets or sets the DataLoadOptions associated with this DataContext.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
property DataLoadOptions^ LoadOptions {
	DataLoadOptions^ get();
	void set(DataLoadOptions^ value);
}

Property Value

Type: System.Data.Linq::DataLoadOptions^

The prefetch load options for related data.

This property gets or sets the options that are used to define prefetch behavior for deferred-loaded members and membership of related collections.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: