ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ODataCollectionViewServiceTagHelper Class / DeferCommits Property

In This Topic
    DeferCommits Property
    In This Topic
    Configurates C1.Web.Mvc.ODataCollectionViewService<T>.DeferCommits. Sets a value that causes the ODataCollectionView to defer commits back to the database.
    Syntax
    'Declaration
     
    Public Property DeferCommits As Boolean
    public bool DeferCommits {get; set;}
    See Also