V_SEARCH_EVENTLODGINGLOCATION

This provides the ability to search for event lodging locations.

Fields

Field Field Type Null Description
ID uniqueidentifier
NAME nvarchar(100)
PHONE nvarchar(100)
ADDRESS nvarchar(150)

Definition

Copy
/*
Generated by Blackbaud AppFx Platform
Date:  1/27/2010 7:36:51 PM
Assembly Version:  Blackbaud.AppFx.Platform.SqlClr, Version=2.5.465.0, Culture=neutral, PublicKeyToken=null
Copyright Blackbaud
*/
CREATE VIEW dbo.V_SEARCH_EVENTLODGINGLOCATION AS



        select ID,
          NAME,
          PHONENUMBER [PHONE],
          ADDRESSBLOCK [ADDRESS]
        from dbo.EVENTLODGINGLOCATION;