DbSchemaForeignKey
Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class DbSchemaForeignKeyInheritance: object → DbSchemaForeignKey
Constructors
Section titled “Constructors”DbSchemaForeignKey()
Section titled “DbSchemaForeignKey()”public DbSchemaForeignKey()Properties
Section titled “Properties”Columns
Section titled “Columns”public IList<DbSchemaColumn> Columns { get; set; }Property Value
Section titled “Property Value”ConstraintName
Section titled “ConstraintName”public string ConstraintName { get; set; }Property Value
Section titled “Property Value”ForeignColumns
Section titled “ForeignColumns”public IList<DbSchemaColumn> ForeignColumns { get; set; }Property Value
Section titled “Property Value”ForeignTable
Section titled “ForeignTable”public DbSchemaTable ForeignTable { get; set; }