V_SIMPLEDATALIST_STATE
Returns all states for the given country (or all countries if no country supplied).
Fields
Field | Field Type | Null | Description |
---|---|---|---|
LABEL | nvarchar(100) |
Definition
Copy
/*
Generated by Blackbaud AppFx Platform
Date: 4/27/2009 11:03:12 PM
Assembly Version: Blackbaud.AppFx.Platform.SqlClr, Version=2.0.62.0, Culture=neutral, PublicKeyToken=null
Copyright Blackbaud
*/
CREATE VIEW dbo.V_SIMPLEDATALIST_STATE AS
select DESCRIPTION [LABEL] from dbo.STATE where ACTIVE = 1;