MySql BackupDataBase NotSupported

This commit is contained in:
sunkaixuan
2017-07-08 18:01:41 +08:00
parent 2f9c00bded
commit d1fdabb70b

View File

@@ -226,6 +226,11 @@ namespace SqlSugar
{
throw new NotSupportedException("MySql IsAnyConstraint NotSupportedException");
}
public override bool BackupDataBase(string databaseName, string fullFileName)
{
Check.ThrowNotSupportedException("MySql BackupDataBase NotSupported");
return false;
}
#endregion
}
}