string constraint |
string constraint |
This does not necessarily create a ForeignKey , if one already exists for the columns then it will return an existing ForeignKey .
return ForeignKey |
A ForeignKey for the columns in the Table. |
string keyName |
|
IList columns |
An IList of Column objects. |
Type referencedClass |
return bool |
|
object obj |
return int |
If this were used with MSSQL it would return a dbo.table_name.
return string |
A String representing the Qualified name. |
Dialect dialect |
The Dialect that knows how to Quote the Table name. |
string defaultQualifier |
The Qualifier to use when accessing the table. |
return Type |
SimpleValue idValue |
The SimpleValue that represents the Identifier. |
return string |
return string |
An unique string for the Column objects. |
ICollection col |
An ICollection of Column objects. |
return int
|
return bool
|
return string
|
return PrimaryKey
|
return string
|
return int
|