Class MigrationResult

Assembly: redb.Core.Pro.dll

Migration execution result

public class MigrationResult

Inheritance

ObjectMigrationResult

Properties

AffectedRows

public int AffectedRows { get; set; }

DurationMs

public int DurationMs { get; set; }

Error

public string? Error { get; set; }

Message

public string? Message { get; set; }

MigrationId

public string MigrationId { get; set; }

PropertyName

public string PropertyName { get; set; }

Skipped

public bool Skipped { get; set; }

SqlExecuted

public string? SqlExecuted { get; set; }

Success

public bool Success { get; set; }