 | DALRoleRightQueryList 方法 (RoleRight) |
Sweet 开发框架
获得 RoleRight 实体集合
命名空间:
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 IList<RoleRight> QueryList(
RoleRight model = null
)
Public Function QueryList (
Optional model As RoleRight = Nothing
) As IList(Of RoleRight)
member QueryList :
?model : RoleRight
(* Defaults:
let _model = defaultArg model null
*)
-> IList<RoleRight>
参数
- model (Optional)
- 类型:Sweet.Authority.ModelRoleRight
搜索条件:RoleRight
返回值
类型:
IListRoleRight[缺少 "M:Sweet.Authority.DAL.DALRoleRight.QueryList(Sweet.Authority.Model.RoleRight)" 的 <returns> 文档]
参见