Rebornbuddy
|
Public Member Functions | |
Column (PropertyInfo prop, CreateFlags createFlags=CreateFlags.None) | |
void | SetValue (object obj, object val) |
object | GetValue (object obj) |
Properties | |
string | Name [get] |
string | PropertyName [get] |
Type | ColumnType [get] |
string | Collation [get] |
bool | IsAutoInc [get] |
bool | IsAutoGuid [get] |
bool | IsPK [get] |
IEnumerable< IndexedAttribute > | Indices [get, set] |
bool | IsNullable [get] |
int? | MaxStringLength [get] |
SQLite.TableMapping.Column.Column | ( | PropertyInfo | prop, |
CreateFlags | createFlags = CreateFlags::None ) |
object SQLite.TableMapping.Column.GetValue | ( | object | obj | ) |
void SQLite.TableMapping.Column.SetValue | ( | object | obj, |
object | val ) |
|
get |
|
get |
|
getset |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |