随笔分类 - Community Server 2.0 存储过程
对存储过程进行注释说明.因为本人也不太懂,所以本类里的文章主要是个人学习之用.目前对CSS也只是了解一点,数据库中也有很多字段不知道是什么意思.所以仅供参考.
cs_Folder_AddFolder///cs_Folder_DeleteFolder///cs_Folder_GetFeeds
摘要:cs_Folder_GetFeedsCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROC [dbo].cs_Folder_GetFeeds @UserId INT, @SettingsID int, @FolderI...
阅读全文
cs_Feed_UpdateFeedStatus///cs_FeedPost_GetPost///cs_FeedPost_GetPostFullDetails///cs_FeedPost_UpdatePosts
摘要:cs_FeedPost_UpdatePostsCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROC [dbo].cs_FeedPost_UpdatePosts @FeedId INT, @FeedItemList NTEX...
阅读全文
cs_Feed_GetProperties///cs_Feed_GetUsers///cs_Feed_MoveFeed///cs_Feed_Update
摘要:cs_Feed_UpdateCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROC [dbo].cs_Feed_Update @FeedId INT, @Url NVARCHAR(255), @Title NVARCH...
阅读全文
cs_Feed_GetAll_ModifiedSince///cs_Feed_GetFeed///cs_Feed_GetFeedPosts
摘要:cs_Feed_GetFeedPostsCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROC [dbo].cs_Feed_GetFeedPosts --引用帖子 @FeedId INT, @UserId INT, ...
阅读全文
cs_Feed_AddFeed///cs_Feed_GetAll
摘要:cs_Feed_GetAllCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROC [dbo].cs_Feed_GetAll( @SettingsID int)AS/**//*查询全部引用,好象越来越像是引用的意思了.*/SELE...
阅读全文
cs_Favorites_GetUsers///cs_Favorites_GetUsersWatching
摘要:cs_Favorites_GetUsersWatchingCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure dbo.cs_Favorites_GetUsersWatching( @UserID int...
阅读全文
cs_Favorites_GetUsers///cs_Favorites_GetUsersWatching
摘要:cs_Favorites_GetUsersWatchingCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure dbo.cs_Favorites_GetUsersWatching( @UserID int...
阅读全文
cs_Favorites_Get///cs_Favorites_GetSections
摘要:cs_Favorites_GetSectionsCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure dbo.cs_Favorites_GetSections( @UserID int, @Sett...
阅读全文
cs_Favorite_GetByUserItem
摘要:cs_Favorite_GetByUserItemCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1ALTER procedure dbo.cs_Favorite_GetByUserItem 2( 3 @SettingsID i...
阅读全文
cs_Favorite_Delete///cs_Favorite_Get
摘要:cs_Favorite_GetCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure dbo.cs_Favorite_Get( @FavoriteType int, @FavoriteID ...
阅读全文
cs_Exceptions_Log///cs_Favorite_Add
摘要:cs_Favorite_AddCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE dbo.cs_Favorite_Add( @SettingsID int, @UserID ...
阅读全文
cs_Exceptions_Get
摘要:cs_Exceptions_GetCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure [dbo].cs_Exceptions_Get( @SettingsID int, @ExceptionType int ...
阅读全文
cs_EventLog_Add///cs_EventLog_Clear////cs_EventLog_GetEntries///cs_EventLog_GetEntry
摘要:cs_EventLog_GetEntryCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_EventLog_GetEntry( @EntryID int)AS SELECT E...
阅读全文
cs_es_Search_Queue_Get///cs_es_Search_QueueManager
摘要:cs_es_Search_QueueManagerCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER Proc [dbo].cs_es_Search_QueueManager( @PostID int, @SettingsID i...
阅读全文
cs_Emails_TrackingSection////cs_Emails_TrackingThread
摘要:cs_Emails_TrackingSectionCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_Emails_TrackingSection( @PostID INT, @Sett...
阅读全文
cs_EmailQueue_Failure///cs_Emails_Dequeue///cs_Emails_Enqueue
摘要:cs_EmailQueue_FailureCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER proc dbo.cs_EmailQueue_Failure @EmailID uniqueidentifier, @FailureIn...
阅读全文
cs_Content_UpdateDate///cs_DisallowedName_CreateUpdateDelete///cs_DisallowedNames_Get
摘要:cs_Content_UpdateDateCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].[cs_Content_UpdateDate]( @ContentID int)AS UPDATE ...
阅读全文
cs_Content_CreateUpdateDelete///cs_Content_GetList///cs_Content_Load
摘要:cs_Content_GetListCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].[cs_Content_GetList]( @SettingsID int)AS SELECT ...
阅读全文
cs_Censorship_CreateUpdateDelete///cs_Censorships_Get
摘要:cs_Censorship_CreateUpdateDelete --审核制度创建更新删除Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER proc [dbo].cs_Censorship_CreateUpdateDelete --审核制度...
阅读全文
cs_BlogActivityNightlyJob//cs_BlogActivityReportAggregate_Get///cs_BlogActivityReportRecords_Get
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROCEDURE [dbo].cs_BlogActivityNightlyJobASSET Transaction Isolation Level Read UNCOMMITTEDB...
阅读全文
浙公网安备 33010602011771号