[]
Configurates DeferCommits. Sets a value that causes the ODataCollectionView to defer commits back to the database.
public ODataCollectionViewServiceBuilder<T> DeferCommits(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
ODataCollectionViewServiceBuilder<T> | Current builder. |