EntityColumnInfo
Namespace: TagBites.DB.Entity
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class EntityColumnInfoInheritance: object → EntityColumnInfo
Constructors
Section titled “Constructors”EntityColumnInfo(PropertyInfo, ColumnAttribute, DatabaseGeneratedAttribute, KeyAttribute)
Section titled “EntityColumnInfo(PropertyInfo, ColumnAttribute, DatabaseGeneratedAttribute, KeyAttribute)”public EntityColumnInfo(PropertyInfo property, ColumnAttribute column, DatabaseGeneratedAttribute databaseGenerated, KeyAttribute key)Parameters
Section titled “Parameters”propertyPropertyInfocolumnColumnAttributedatabaseGeneratedDatabaseGeneratedAttributekeyKeyAttribute
Properties
Section titled “Properties”DatabaseGeneratedOption
Section titled “DatabaseGeneratedOption”public DatabaseGeneratedOption DatabaseGeneratedOption { get; }Property Value
Section titled “Property Value”Getter
Section titled “Getter”public Func<object, object> Getter { get; }Property Value
Section titled “Property Value”IsKeyPart
Section titled “IsKeyPart”public bool IsKeyPart { get; }Property Value
Section titled “Property Value”public string Name { get; }Property Value
Section titled “Property Value”public int Order { 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”Setter
Section titled “Setter”public Action<object, object> Setter { get; }Property Value
Section titled “Property Value”TypeName
Section titled “TypeName”public string TypeName { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”ToString()
Section titled “ToString()”public virtual string ToString()