DynamicDataManager::AutoLoadForeignKeys Property
.NET Framework (current version)
Gets or sets a value that indicates whether foreign keys are automatically loaded for a LINQ-to-SQL data context.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Property Value
Type: System::Booleantrue if foreign keys are automatically loaded; otherwise, false.
If the data model is not based on LINQ to SQL, this property is ignored. When the property set to true, it causes the related entities to be loaded in the initial query. When the property is set to false, LINQ to SQL will load the related objects when they are requested. This property is only for load optimization and does not affect what is displayed.
.NET Framework
Available since 3.5
Available since 3.5
Show: