Foreign Key
Monstarillo Foreign Key
On this page
Foreign Key Properties and Methods
Foreign Key Properties & Methods | Description |
---|---|
ConstraintName | The name of the constraint FK |
FkTableName | The name of the foreign key table |
FkColumnName | The name of the foreign key column |
PkTableName | The name of the primary key table |
PkColumnName | The name of the primary key column |
Relation | The name of the relation |
GetCamelCaseFKTableName | The Foreign key table name in camel case |
GetPascalCaseFKTableName | The Foreign key table name in pascal case |
GetCamelCaseFKColumnName | The Foreign key column name in camel case |
GetPascalCaseFKColumnName | The Foreign key column name in pascal case |
GetCamelCasePKTableName | The Primary key table name in camel case |
GetPascalCasePKTableName | The Primary key table name in pascal case |
GetCamelCasePKColumnName | The Primary key column name in camel case |
GetPascalCasePKColumnName | The Primary key column name in pascal case |
GetCamelCasePKTableNamePlural | The Primary key plural table name in camel case |
GetPascalCasePKTableNamePlural | The Primary key plural table name in pascal case |
GetCamelCaseFKTableNamePlural | The Foreign key plural table name in camel case |
GetPascalCaseFKTableNamePlural | The Foreign key plural table name in pascal case |