Show / Hide Table of Contents

    IDetailTracker.SaveChanges() Method

    .NET Standard 2.x

    Updates the database by executing the data changes tracked by the ISqlModelMapper object.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

      IDbResult SaveChanges();
    

    Returns

    SnapObjects.Data.IDbResult

    Returns an IDbResult object which can be used to conveniently get the result of the executed database operation.

    Remarks

    It has the same effect as calling the ISqlModelMapper.SaveChanges method.

    Applies to

    .NET Standard

    2.x

    See Also

    ISqlModelMapper.SaveChanges

    Back to top Generated by Appeon