[dbo].[Forum_KeywordsByTypeGet]
(local)
>
DotNetNuke_Community
>
Stored Procedures
> dbo.Forum_KeywordsByTypeGet
Properties
Parameters
SQL Script
Uses
Properties
Property
Value
ANSI Nulls On
Quoted Identifier On
Parameters
Name
Data Type
Max Length (Bytes)
@ContentTypeID
int
4
SQL Script
CREATE
PROCEDURE
dbo.Forum_KeywordsByTypeGet
@ContentTypeID
int
AS
SELECT
KeywordID
,
Token
,
Description
,
ContentTypeID
FROM
dbo.Forum_Keywords
WHERE
ContentTypeID
=
@ContentTypeID
GO
Uses
[dbo].[Forum_Keywords]
dbo