Метод | Описание | |
---|---|---|
AutoForeignKey ( string primaryKeyTable ) : |
||
AutoForeignKey ( string primaryKeyTable, string tag ) : |
||
ColumnAction ( |
||
ColumnAction ( |
||
Default ( object value ) : |
||
ForeignKey ( string name, string primaryKeyTable ) : |
||
ForeignKey ( string name, string primaryKeyTable, string primaryKeyColumn ) : |
||
Indexed ( ) : |
||
LinkedTo ( string column ) : |
||
NotNullable ( ) : |
||
Nullable ( ) : |
||
PrimaryKey ( ) : |
||
PrimaryKeyWithIdentity ( ) : |
||
ToColumn ( ) : Column | ||
ToType ( DbType type ) : |
||
Unsigned ( ) : |
||
WithProperties ( ) : |
||
WithSize ( int size ) : |
public AutoForeignKey ( string primaryKeyTable ) : |
||
primaryKeyTable | string | |
Результат |
public AutoForeignKey ( string primaryKeyTable, string tag ) : |
||
primaryKeyTable | string | |
tag | string | |
Результат |
public ColumnAction ( |
||
table | ||
name | string | |
Результат | System |
public ColumnAction ( |
||
table | ||
name | string | |
type | DbType | |
Результат | System |
public Default ( object value ) : |
||
value | object | |
Результат |
public ForeignKey ( string name, string primaryKeyTable ) : |
||
name | string | |
primaryKeyTable | string | |
Результат |
public ForeignKey ( string name, string primaryKeyTable, string primaryKeyColumn ) : |
||
name | string | |
primaryKeyTable | string | |
primaryKeyColumn | string | |
Результат |
public LinkedTo ( string column ) : |
||
column | string | |
Результат |
public PrimaryKeyWithIdentity ( ) : |
||
Результат |
public ToType ( DbType type ) : |
||
type | DbType | |
Результат |
public WithSize ( int size ) : |
||
size | int | |
Результат |