spLoadRecord_EducationEdit

Parameters

Parameter Parameter Type Mode Description
@PKID int IN

Definition

Copy


    CREATE  PROCEDURE dbo.spLoadRecord_EducationEdit 
        (            
            @PKID int 
        )
        AS

        SELECT [ID], [SiteContentID], [AllowAdd], [AllowDelete], 
            [AllowPrimaryEdit], [AllowPrimaryDelete], [PostPageID], [Guid], [PersonalPageDataID],
            [PrimaryShow], [NoRecordMsg] 

        FROM [dbo].[EducationEdit]
        WHERE ID = @PKID