MigrationResult.

MigrationResult(bool, Exception) Constructor

Summary

Migration Result
Namespace
Cake.EntityFramework.Models
Containing Type
MigrationResult

Syntax

public MigrationResult(bool isSuccess, Exception exception = null)

Parameters

Name Type Description
isSuccess bool whether the result was successful
exception Exception the exception if the migration was not successful, defaults to null

Return Value

Type Description
void