Difference between revisions of "Dbo.NameStyle (type)"

From dbscript Online Help
Jump to: navigation, search
Line 2: Line 2:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Type
 
| '''Type
 
| dbo.NameStyle
 
| dbo.NameStyle
|-
 
 
|}
 
|}
 
  
 
=== Source ===
 
=== Source ===
Line 21: Line 19:
 
| '''Referencing Object
 
| '''Referencing Object
  
|-
+
|- valign="top"
 
| Data Type
 
| Data Type
 
| Table
 
| Table
| [[Person.Contact_(table)|Person.Contact]]
+
| [[Person.Contact_(_(table))|Person.Contact]]
  
 
|}
 
|}

Revision as of 23:59, 23 June 2010

wikibot

Type dbo.NameStyle

Source

CREATE TYPE dbo.NameStyle FROM bit NOT NULL

Dependencies

Reference Type Object Type Referencing Object
Data Type Table Person.Contact


automatically generated

type dbo.NameStyle
CREATE TYPE dbo.NameStyle FROM bit NOT NULL


Reference Type Object Type Referencing Object
Data Type Table Person.Contact