Class MigrationResult
Inheritance
System.Object
MigrationResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Authorization
Assembly: Simplic.Authorization.dll
Syntax
public class MigrationResult
Properties
| Improve this Doc View SourceException
Declaration
public Exception Exception { get; set; }
Property Value
Type | Description |
---|---|
System.Exception |
Status
Declaration
public MigrationStatus Status { get; set; }
Property Value
Type | Description |
---|---|
MigrationStatus |
TableName
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |