[]
提供更新数据库的方法。
public interface IUpdateDatabaseCommandAsync
从服务端命令上下文环境获取待更新数据库的连接字符串数组。
Task<IEnumerable<string>> GetUpdatingDatabaseConnectionStringsAsync(IServerCommandExecuteContext context)
类型 | 名称 | 描述 |
---|---|---|
IServerCommandExecuteContext | context | 执行服务端命令的上下文环境。 |
类型 | 描述 |
---|---|
System.Threading.Tasks.Task<TResult><System.Collections.Generic.IEnumerable<T><string>> | 待执行命令列表。 |