Success
Successfully parsed migrate arguments.
public sealed record MigrateParseResult.Success : MigrateParseResult, IEquatable<MigrateParseResult>, IEquatable<MigrateParseResult.Success>
Constructors
Success
public Success(string SchemaPath, string OutputPath, string Provider)
Successfully parsed migrate arguments.
| Parameter | Type | Description |
|---|---|---|
SchemaPath |
String |
|
OutputPath |
String |
|
Provider |
String |
Properties
SchemaPath
public string SchemaPath { get; init; }
OutputPath
public string OutputPath { get; init; }
Provider
public string Provider { get; init; }