摘要:
cs_Message_CreateUpdateDeleteCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure [dbo].cs_Message_CreateUpdateDelete( @MessageID int, ... 阅读全文
摘要:
cs_LinkCategory_UpdateSortOrderCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure [dbo].cs_LinkCategory_UpdateSortOrder( @Li... 阅读全文
摘要:
cs_Link_UpdateSortOrderCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure [dbo].cs_Link_UpdateSortOrder( @LinkID int, ... 阅读全文
摘要:
cs_Licenses_UpdateCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE dbo.cs_Licenses_Update @LicenseID uniqueidentifier, @LicenseT... 阅读全文
摘要:
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_DeleteCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_guestbook_Post_Delete( @SectionID int, @Post... 阅读全文
摘要:
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_ResetOrderCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER Proc [dbo].cs_Groups_ResetOrder( @ApplicationType int, @SettingsID in... 阅读全文
摘要:
cs_Group_CreateUpdateDeleteCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_Group_CreateUpdateDelete( @GroupID in... 阅读全文
摘要:
cs_GetTotalPostCountCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_GetTotalPostCount( @SettingsID int) ASSET Transacti... 阅读全文
摘要:
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_Thread_GetCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_forums_Thread_Get/**//* Procedure for getting basic i... 阅读全文
摘要:
ALTER PROCEDURE dbo.cs_forums_Posts_PostSet( @PostID int, @PageIndex int, @PageSize int, @SortBy int, @SortOrder bit, @UserID int, @ReturnRecordCount bit, @AllowUnapproved ... 阅读全文
摘要:
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_PostSetCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE dbo.cs_forums_Moderate_PostSet( @SectionID int, ... 阅读全文