Class TypeMigrationResult

Assembly: redb.Core.dll

Result of data type migration.

public class TypeMigrationResult

Inheritance

ObjectTypeMigrationResult

Properties

AffectedRows

public int AffectedRows { get; set; }

ErrorCount

public int ErrorCount { get; set; }

Errors

public string? Errors { get; set; }

SuccessCount

public int SuccessCount { get; set; }