 | DALSysUserUpdateTheme 方法 |
Sweet 开发框架
修改 SysUser 主题(Theme)
命名空间:
Sweet.Authority.DAL
程序集:
Sweet.Authority.SQLite (在 Sweet.Authority.SQLite.dll 中) 版本:3.10.1.0 (3.10.1.0)
Sweet.Authority.SQLServer (在 Sweet.Authority.SQLServer.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public ResultMsg UpdateTheme(
string Id,
string Theme
)
Public Function UpdateTheme (
Id As String,
Theme As String
) As ResultMsg
member UpdateTheme :
Id : string *
Theme : string -> ResultMsg
参数
- Id
- 类型:SystemString
Id - Theme
- 类型:SystemString
Theme
返回值
类型:
ResultMsg[缺少 "M:Sweet.Authority.DAL.DALSysUser.UpdateTheme(System.String,System.String)" 的 <returns> 文档]
参见