DataContext.LoadOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the DataLoadOptions associated with this DataContext.
public:
property System::Data::Linq::DataLoadOptions ^ LoadOptions { System::Data::Linq::DataLoadOptions ^ get(); void set(System::Data::Linq::DataLoadOptions ^ value); };
public System.Data.Linq.DataLoadOptions LoadOptions { get; set; }
member this.LoadOptions : System.Data.Linq.DataLoadOptions with get, set
Public Property LoadOptions As DataLoadOptions
Property Value
The prefetch load options for related data.
Remarks
This property gets or sets the options that are used to define prefetch behavior for deferred-loaded members and membership of related collections.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.