添加项目文件。
This commit is contained in:
14
TightWiki.Repository/Scripts/GetPageInfoByNavigation.sql
Normal file
14
TightWiki.Repository/Scripts/GetPageInfoByNavigation.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
SELECT
|
||||
P.Id,
|
||||
P.[Name],
|
||||
P.[Description],
|
||||
P.Navigation,
|
||||
P.Revision,
|
||||
P.CreatedByUserId,
|
||||
P.CreatedDate,
|
||||
P.ModifiedByUserId,
|
||||
P.ModifiedDate
|
||||
FROM
|
||||
[Page] as P
|
||||
WHERE
|
||||
P.Navigation = @Navigation
|
||||
Reference in New Issue
Block a user