spLoadRecord_ReportPanel
Parameters
Parameter | Parameter Type | Mode | Description |
---|---|---|---|
@PKID | int | IN |
Definition
Copy
CREATE PROCEDURE dbo.spLoadRecord_ReportPanel
(
@PKID int
)
AS
SELECT [ID], [ContentTypesID], [Name], [ControlSrc], [Description], [IsActive], [EditorSrc] FROM ReportPanel WHERE ID = @PKID