[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientViewSource.DeferLoad

DeferLoad Method

DeferLoad()

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.

Declaration
public IDisposable DeferLoad()
Returns
Type Description
IDisposable

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