|
SQLINQ Class Library
(April 2015)
Using SQLINQ to transform UML to C#
|
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] |