LazyLoading.SkipLoadedBlocks Property

Indicates whether the already loaded blocks must be re-read or not. Default value is true.
Public Property SkipLoadedBlocks() As Boolean
This language is not supported or no code example is available.
public bool SkipLoadedBlocks {get; set;}
This language is not supported or no code example is available.

Property Value

bool
Remarks
 
Can be helpful for handling cases where a sub-assembly file is updated elsewhere and you want to reload it.

.NET Framework

Supported in: 4.8

In this article

Definition