프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DefaultConnectionString | string |
메소드 | 설명 | |
---|---|---|
GetLastReadPost ( System.Guid appicationId, System.Guid contentId, int userId ) : |
||
UpdateLastReadPost ( System.Guid appicationId, System.Guid contentId, int userId, System.Guid lastReadContentId, int replyCount, System.DateTime postDate ) : void |
메소드 | 설명 | |
---|---|---|
CreateSprocCommand ( string sprocName, |
||
GetSqlConnection ( ) : |
||
GetSqlConnection ( string connectionString ) : |
public GetLastReadPost ( System.Guid appicationId, System.Guid contentId, int userId ) : |
||
appicationId | System.Guid | |
contentId | System.Guid | |
userId | int | |
리턴 |
public UpdateLastReadPost ( System.Guid appicationId, System.Guid contentId, int userId, System.Guid lastReadContentId, int replyCount, System.DateTime postDate ) : void | ||
appicationId | System.Guid | |
contentId | System.Guid | |
userId | int | |
lastReadContentId | System.Guid | |
replyCount | int | |
postDate | System.DateTime | |
리턴 | void |