 | DALUserRightGetSingleUserRight 方法 |
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 UserRight GetSingleUserRight(
string RoleId
)
Public Function GetSingleUserRight (
RoleId As String
) As UserRight
member GetSingleUserRight :
RoleId : string -> UserRight
参数
- RoleId
- 类型:SystemString
RoleId
返回值
类型:
UserRight[缺少 "M:Sweet.Authority.DAL.DALUserRight.GetSingleUserRight(System.String)" 的 <returns> 文档]
参见