Class TableMapping.Column
  
Inheritance
TableMapping.Column
 
Syntax
Constructors
  
Column(PropertyInfo, CreateFlags)
Declaration
public Column(PropertyInfo prop, CreateFlags createFlags = CreateFlags.None)
 
Parameters
Properties
  
Collation
Declaration
public string Collation { get; }
 
Property Value
ColumnType
Declaration
public Type ColumnType { get; }
 
Property Value
Indices
Declaration
public IEnumerable<IndexedAttribute> Indices { get; set; }
 
Property Value
IsAutoGuid
Declaration
public bool IsAutoGuid { get; }
 
Property Value
IsAutoInc
Declaration
public bool IsAutoInc { get; }
 
Property Value
IsNullable
Declaration
public bool IsNullable { get; }
 
Property Value
IsPK
Declaration
public bool IsPK { get; }
 
Property Value
MaxStringLength
Declaration
public int? MaxStringLength { get; }
 
Property Value
Name
Declaration
public string Name { get; }
 
Property Value
PropertyName
Declaration
public string PropertyName { get; }
 
Property Value
Methods
  
GetValue(Object)
Declaration
public object GetValue(object obj)
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
obj | 
 | 
Returns
SetValue(Object, Object)
Declaration
public void SetValue(object obj, object val)
 
Parameters
Extension Methods