ForumProviderStrategyHelperGetMessageByTopicIDsSqlText - метод
Пространство имён: Tessa.ForumsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static string GetMessageByTopicIDsSqlText(
IDbScope dbScope,
IReadOnlyCollection<Guid> topicIDs,
int messageCount
)
Public Shared Function GetMessageByTopicIDsSqlText (
dbScope As IDbScope,
topicIDs As IReadOnlyCollection(Of Guid),
messageCount As Integer
) As String
public:
static String^ GetMessageByTopicIDsSqlText(
IDbScope^ dbScope,
IReadOnlyCollection<Guid>^ topicIDs,
int messageCount
)
static member GetMessageByTopicIDsSqlText :
dbScope : IDbScope *
topicIDs : IReadOnlyCollection<Guid> *
messageCount : int -> string
- dbScope IDbScope
-
- topicIDs IReadOnlyCollectionGuid
-
- messageCount Int32
-
String