Used to group changes to multiple load-affecting properties together, deferring
the resulting load operations so a single load operation is performed in the end, that is, when the object returned from this
method is disposed.
Namespace:
C1.Data.DataSourceAssembly: C1.Data.Entity (in C1.Data.Entity.dll)
Syntax
| C# |
|---|
public IDisposable DeferLoad() |
| Visual Basic |
|---|
Public Function DeferLoad As IDisposable |