Class TypeMigrationResult
Result of data type migration.
public class TypeMigrationResult
Inheritance
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; }