Topic Last Modified: 2010-03-09
The UriTypes table is a supporting table that stores a list of the various URI types. Each record in the table represents one URI type, such as User URI, Phone URI, etc.
Note: |
---|
This table contains both build-in values and dynamically populated values at run time. |
UriTypes Table
Column | Data Type | Key/Index | Details |
---|---|---|---|
UriTypeId |
int |
Primary |
Unique number identifying this URI type. |
UriType |
nvarchar(256) |
URI type. |
Build-in Static Values
Static Values |
0 |
UserUri |
1 |
PhoneUri |