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.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public IDisposable DeferLoad()
Visual Basic
Public Function DeferLoad As IDisposable

Return Value

An IDisposable object that will trigger a Load()()()() operation when disposed using the Dispose()()()() method.

See Also