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