Show / Hide Table of Contents

    ISqlModelMapper.ValidateTrackedModels Method

    .NET Standard 2.x

    Performs validity check to all data in the model tracked by the current ISqlModelMapper object.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    ValidateTrackedModels() Performs validity check to all data in the model tracked by the current ISqlModelMapper object.
    ValidateTrackedModels(out List<ValidationResult> ValidationResults) Performs validity check to all data in the model tracked by the current ISqlModelMapper object and gets the validation result.
    Back to top Generated by Appeon