Skip to content
Auto
Products

EntityInversePropertyInfo

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

public class EntityInversePropertyInfo

Inheritance: object → EntityInversePropertyInfo

EntityInversePropertyInfo(PropertyInfo, string, Type)

Section titled “EntityInversePropertyInfo(PropertyInfo, string, Type)”
public EntityInversePropertyInfo(PropertyInfo property, string inversePropertyName, Type inversePropertyType)
public string InversePropertyName { get; }

string

public Type InversePropertyType { get; }

Type

public PropertyInfo Property { get; }

PropertyInfo

public string PropertyName { get; }

string

public EntityTableInfo TableInfo { get; }

EntityTableInfo

public virtual string ToString()

string