Skip to content
Auto
Products

EntityForeignKeyInfo

Namespace: TagBites.DB.Entity
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37

public class EntityForeignKeyInfo

Inheritance: object → EntityForeignKeyInfo

EntityForeignKeyInfo(PropertyInfo, EntityColumnInfo)

Section titled “EntityForeignKeyInfo(PropertyInfo, EntityColumnInfo)”
public EntityForeignKeyInfo(PropertyInfo property, EntityColumnInfo column)
public EntityColumnInfo Column { get; }

EntityColumnInfo

public PropertyInfo Property { get; }

PropertyInfo

public string PropertyName { get; }

string

public Type PropertyType { get; }

Type

public EntityTableInfo TableInfo { get; }

EntityTableInfo

public virtual string ToString()

string