 | DALUserRightDelete 方法 |
Sweet 开发框架
根据主键删除 UserRight 数据
命名空间:
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 Delete(
string RoleId
)
Public Function Delete (
RoleId As String
) As ResultMsg
member Delete :
RoleId : string -> ResultMsg
参数
- RoleId
- 类型:SystemString
RoleId
返回值
类型:
ResultMsg[缺少 "M:Sweet.Authority.DAL.DALUserRight.Delete(System.String)" 的 <returns> 文档]
参见