Foreign Key

Monstarillo Foreign Key

Foreign Key Properties and Methods

Foreign Key Properties & MethodsDescription
ConstraintNameThe name of the constraint FK
FkTableNameThe name of the foreign key table
FkColumnNameThe name of the foreign key column
PkTableNameThe name of the primary key table
PkColumnNameThe name of the primary key column
RelationThe name of the relation
GetCamelCaseFKTableNameThe Foreign key table name in camel case
GetPascalCaseFKTableNameThe Foreign key table name in pascal case
GetCamelCaseFKColumnNameThe Foreign key column name in camel case
GetPascalCaseFKColumnNameThe Foreign key column name in pascal case
GetCamelCasePKTableNameThe Primary key table name in camel case
GetPascalCasePKTableNameThe Primary key table name in pascal case
GetCamelCasePKColumnNameThe Primary key column name in camel case
GetPascalCasePKColumnNameThe Primary key column name in pascal case
GetCamelCasePKTableNamePluralThe Primary key plural table name in camel case
GetPascalCasePKTableNamePluralThe Primary key plural table name in pascal case
GetCamelCaseFKTableNamePluralThe Foreign key plural table name in camel case
GetPascalCaseFKTableNamePluralThe Foreign key plural table name in pascal case