Show / Hide Table of Contents

    ISaveContext.LastDbResult Property

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    Gets the result of the most recent operation that uses the model to save data to the database.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

      IDbResult LastDbResult { get; }
    

    Property Value

    SnapObjects.Data.IDbResult

    An IDbResult object that can check the result of saving data to the database.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon