UriTypes Table
Topic Last Modified: 2010-11-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 or Phone URI.
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 |