随笔分类 - Community Server 2.0 存储过程
对存储过程进行注释说明.因为本人也不太懂,所以本类里的文章主要是个人学习之用.目前对CSS也只是了解一点,数据库中也有很多字段不知道是什么意思.所以仅供参考.
cs_Moderate_Forum_Roles///cs_Moderate_Forums///cs_Moderate_Post_Move(最后的注释)
摘要:cs_Moderate_Post_Move(最后的注释)Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_Moderate_Post_Move/**//*因为某些原因,我的伙伴要离开.低落啊!注释...
阅读全文
cs_Moderate_ApprovePost///cs_Moderate_CheckUser///cs_Moderate_DeletePost
摘要:cs_Moderate_DeletePostCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_Moderate_DeletePost( @PostID INT, @DeletedBy INT...
阅读全文
cs_Links_Get///cs_MarkPostAsRead///cs_Message_CreateUpdateDelete
摘要:cs_Message_CreateUpdateDeleteCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure [dbo].cs_Message_CreateUpdateDelete( @MessageID int, ...
阅读全文
cs_LinkCategories_Get///cs_LinkCategory_CreateUpdateDelete//cs_LinkCategory_UpdateSortOrder
摘要:cs_LinkCategory_UpdateSortOrderCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure [dbo].cs_LinkCategory_UpdateSortOrder( @Li...
阅读全文
cs_Link_CreateUpdateDelete///cs_Link_UpdateSortOrder
摘要:cs_Link_UpdateSortOrderCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure [dbo].cs_Link_UpdateSortOrder( @LinkID int, ...
阅读全文
[cs_InkData_Get]//[cs_InkData_Update]///cs_Licenses_Get///cs_Licenses_Update
摘要:cs_Licenses_UpdateCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE dbo.cs_Licenses_Update @LicenseID uniqueidentifier, @LicenseT...
阅读全文
cs_Image_CreateUpdateDelete//cs_InkData_Add//cs_InkData_Delete
摘要:cs_InkData_DeleteCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER Proc [dbo].[cs_InkData_Delete]( @InkID int, @SectionID int, @Settings...
阅读全文
cs_guestbook_Post_Delete
摘要:cs_guestbook_Post_DeleteCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_guestbook_Post_Delete( @SectionID int, @Post...
阅读全文
cs_guestbook_GetPosts///cs_guestbook_Post_Create
摘要:ALTER PROCEDURE [dbo].cs_guestbook_Post_Create( @SectionID int, @Subject nvarchar(256), @UserID int, @PostAuthor nvarchar(64) = null, @Body ntext, @FormattedBody ntext, @Emotic...
阅读全文
cs_Groups_Get///cs_Groups_ReOrder ///cs_Groups_ResetOrder
摘要:cs_Groups_ResetOrderCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER Proc [dbo].cs_Groups_ResetOrder( @ApplicationType int, @SettingsID in...
阅读全文
cs_GetUserIDByAppToken///cs_Group_CreateUpdateDelete
摘要:cs_Group_CreateUpdateDeleteCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_Group_CreateUpdateDelete( @GroupID in...
阅读全文
cs_gallery_Search_PostReindex///cs_GetAnonymousUserID///cs_GetSectionSubscriptionType///cs_GetSectionSubscriptionTypes//cs_GetTotalPostCount
摘要:cs_GetTotalPostCountCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_GetTotalPostCount( @SettingsID int) ASSET Transacti...
阅读全文
cs_forums_threads_ThreadsRead///cs_fourm_Feedback_Get
摘要:ALTER PROCEDURE [dbo].[cs_fourm_Feedback_Get]( @SectionID int ,@ParentID int = null ,@PostType int = 12 -- 1 and 3 are image and comment types for gallery ,@Approved int = null /**//...
阅读全文
cs_forums_Posts_PostSet_RSSThreadless//cs_forums_Thread_Get
摘要:cs_forums_Thread_GetCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_forums_Thread_Get/**//* Procedure for getting basic i...
阅读全文
cs_forums_Posts_PostSet
摘要:ALTER PROCEDURE dbo.cs_forums_Posts_PostSet( @PostID int, @PageIndex int, @PageSize int, @SortBy int, @SortOrder bit, @UserID int, @ReturnRecordCount bit, @AllowUnapproved ...
阅读全文
cs_forums_Post
摘要:cs_forums_PostCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE dbo.cs_forums_Post( @PostID int, @UserID int, @TrackViews bit,...
阅读全文
cs_forums_Moderate_PostSet
摘要:cs_forums_Moderate_PostSetCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE dbo.cs_forums_Moderate_PostSet( @SectionID int, ...
阅读全文
cs_forums_GetForumsModeratedByUser///cs_forums_GetUnmoderatedPostStatus
摘要:cs_forums_GetUnmoderatedPostStatusCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_forums_GetUnmoderatedPostStatus( @Section...
阅读全文
cs_Folder_RenameFolder///cs_forums_GetForumMessages///cs_forums_GetForumModerators
摘要:cs_forums_GetForumModeratorsCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_forums_GetForumModerators( @SectionID i...
阅读全文
cs_Folder_GetFolders///cs_Folder_GetSummary///cs_Folder_MoveFolder
摘要:cs_Folder_MoveFolderCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROC [dbo].cs_Folder_MoveFolder @FolderId INT, @NewParentFolderId INT...
阅读全文
浙公网安备 33010602011771号