Dbo.Phone (type)
wikibot[edit]
type | dbo.Phone |
Source[edit]
CREATE TYPE dbo.Phone FROM nvarchar(50) NULL
Dependencies[edit]
Reference Type | Object Type | Referencing Object |
Data Type | Table | Person.Contact |
automatically generated[edit]
type | dbo.Phone |
CREATE TYPE dbo.Phone FROM nvarchar(25) NULL
Reference Type | Object Type | Referencing Object |
Data Type | Table | Person.Contact |