Rebornbuddy
|
Static Public Member Functions | |
static string | SqlDecl (TableMapping.Column p, bool storeDateTimeAsTicks) |
static string | SqlType (TableMapping.Column p, bool storeDateTimeAsTicks) |
static bool | IsPK (MemberInfo p) |
static string | Collation (MemberInfo p) |
static bool | IsAutoInc (MemberInfo p) |
static IEnumerable< IndexedAttribute > | GetIndices (MemberInfo p) |
static ? int | MaxStringLength (PropertyInfo p) |
static bool | IsMarkedNotNull (MemberInfo p) |
Static Public Attributes | |
const int | DefaultMaxStringLength = 140 |
const string | ImplicitPkName = "Id" |
const string | ImplicitIndexSuffix = "Id" |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |