Property | Type | Description | |
---|---|---|---|
Default | string | ||
ForeignKey | |||
Identity | bool | ||
Length | int | ||
Name | string | ||
Nullable | bool | ||
Precission | int | ||
PrimaryKey | bool | ||
Scale | int | ||
SqlDbType | SqlDbType | ||
UserTypeName | string |
Method | Description | |
---|---|---|
BytesPerChar ( System sqlDbType ) : int | ||
Clone ( ) : |
||
ColumnEquals ( IColumn other, bool ignorePrimaryKey ) : bool | ||
DefaultEquals ( IColumn other ) : bool | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
CleanParenthesis ( string p ) : string |
public static BytesPerChar ( System sqlDbType ) : int | ||
sqlDbType | System | |
return | int |
public ColumnEquals ( IColumn other, bool ignorePrimaryKey ) : bool | ||
other | IColumn | |
ignorePrimaryKey | bool | |
return | bool |
public DefaultEquals ( IColumn other ) : bool | ||
other | IColumn | |
return | bool |