USP_SIMPLEDATALIST_CONSTITUENCY_SYSTEM

This simple list returns all system constituency types.

Definition

Copy


create procedure dbo.USP_SIMPLEDATALIST_CONSTITUENCY_SYSTEM
as
    select
        CONSTITUENCYSYSTEMNAME.ID as VALUE,
        CONSTITUENCYSYSTEMNAME.DESCRIPTION as LABEL
    from
        dbo.CONSTITUENCYSYSTEMNAME
    order by
    LABEL