Difference between revisions of "Dbo.NameStyle (type)"
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== wikibot == | == wikibot == | ||
| + | |||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- valign="top" | ||
| + | | '''type | ||
| + | | dbo.NameStyle | ||
| + | |} | ||
| + | |||
| + | === Source === | ||
| + | <pre> | ||
| + | CREATE TYPE dbo.NameStyle FROM bit NOT NULL | ||
| + | </pre> | ||
| + | |||
| + | === Dependencies === | ||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''Reference Type | ||
| + | | '''Object Type | ||
| + | | '''Referencing Object | ||
| + | |||
| + | |- valign="top" | ||
| + | | Data Type | ||
| + | | Table | ||
| + | | [[Person.Contact_(table)|Person.Contact]] | ||
| + | |||
| + | |} | ||
| + | |||
| + | |||
| + | == automatically generated == | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| Line 11: | Line 39: | ||
CREATE TYPE dbo.NameStyle FROM bit NOT NULL | CREATE TYPE dbo.NameStyle FROM bit NOT NULL | ||
</pre> | </pre> | ||
| + | |||
| + | |||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''Reference Type | ||
| + | | '''Object Type | ||
| + | | '''Referencing Object | ||
| + | |||
| + | |- | ||
| + | | Data Type | ||
| + | | Table | ||
| + | | [[Person.Contact_(table)|Person.Contact]] | ||
| + | |||
| + | |} | ||
Latest revision as of 09:54, 27 August 2011
wikibot[edit]
| type | dbo.NameStyle |
Source[edit]
CREATE TYPE dbo.NameStyle FROM bit NOT NULL
Dependencies[edit]
| Reference Type | Object Type | Referencing Object |
| Data Type | Table | Person.Contact |
automatically generated[edit]
| type | dbo.NameStyle |
CREATE TYPE dbo.NameStyle FROM bit NOT NULL
| Reference Type | Object Type | Referencing Object |
| Data Type | Table | Person.Contact |