EntityForeignKeyInfo
Namespace: TagBites.DB.Entity
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class EntityForeignKeyInfoInheritance: object → EntityForeignKeyInfo
Constructors
Section titled “Constructors”EntityForeignKeyInfo(PropertyInfo, EntityColumnInfo)
Section titled “EntityForeignKeyInfo(PropertyInfo, EntityColumnInfo)”public EntityForeignKeyInfo(PropertyInfo property, EntityColumnInfo column)Parameters
Section titled “Parameters”propertyPropertyInfocolumnEntityColumnInfo
Properties
Section titled “Properties”Column
Section titled “Column”public EntityColumnInfo Column { get; }Property Value
Section titled “Property Value”Property
Section titled “Property”public PropertyInfo Property { get; }Property Value
Section titled “Property Value”PropertyName
Section titled “PropertyName”public string PropertyName { get; }Property Value
Section titled “Property Value”PropertyType
Section titled “PropertyType”public Type PropertyType { get; }Property Value
Section titled “Property Value”TableInfo
Section titled “TableInfo”public EntityTableInfo TableInfo { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”ToString()
Section titled “ToString()”public virtual string ToString()