我滴个乖乖
This commit is contained in:
19
ZelWiki.Repository/Scripts/GetAllMenuItems.sql
Normal file
19
ZelWiki.Repository/Scripts/GetAllMenuItems.sql
Normal file
@@ -0,0 +1,19 @@
|
||||
SELECT
|
||||
[Id] as [Id],
|
||||
[Name] as [Name],
|
||||
[Link] as [Link],
|
||||
[Ordinal] as [Ordinal]
|
||||
FROM
|
||||
[MenuItem]
|
||||
--CUSTOM_ORDER_BEGIN::
|
||||
--CONFIG::
|
||||
/*
|
||||
Id=Id
|
||||
Name=Name
|
||||
Link=Link
|
||||
Ordinal=Ordinal
|
||||
*/
|
||||
--::CONFIG
|
||||
ORDER BY
|
||||
[Ordinal]
|
||||
--::CUSTOM_ORDER_BEGIN
|
||||
Reference in New Issue
Block a user