Skip to content
Auto
Products

EntityColumnInfo

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

public class EntityColumnInfo

Inheritance: object → EntityColumnInfo

EntityColumnInfo(PropertyInfo, ColumnAttribute, DatabaseGeneratedAttribute, KeyAttribute)

Section titled “EntityColumnInfo(PropertyInfo, ColumnAttribute, DatabaseGeneratedAttribute, KeyAttribute)”
public EntityColumnInfo(PropertyInfo property, ColumnAttribute column, DatabaseGeneratedAttribute databaseGenerated, KeyAttribute key)
public DatabaseGeneratedOption DatabaseGeneratedOption { get; }

DatabaseGeneratedOption

public Func<object, object> Getter { get; }

Func<object, object>

public bool IsKeyPart { get; }

bool

public string Name { get; }

string

public int Order { get; }

int

public PropertyInfo Property { get; }

PropertyInfo

public string PropertyName { get; }

string

public Type PropertyType { get; }

Type

public Action<object, object> Setter { get; }

Action<object, object>

public string TypeName { get; }

string

public virtual string ToString()

string