SQLINQ Class Library  (April 2015)
Using SQLINQ to transform UML to C#
Assets.SQLINQ.SQLite.Net.TableMapping.Column Class Reference

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< IndexedAttributeIndices [get, set]
 
bool IsNullable [get]
 
int MaxStringLength [get]