DynamicDataManager.AutoLoadForeignKeys Property

Definition

Gets or sets a value that indicates whether foreign keys are automatically loaded for a LINQ-to-SQL data context.

C#
public bool AutoLoadForeignKeys { get; set; }

Property Value

true if foreign keys are automatically loaded; otherwise, false.

Remarks

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.

Applies to

Proizvod Verzije
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1