Method | Description | |
---|---|---|
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 | |
return |
public AutoForeignKey ( string primaryKeyTable, string tag ) : |
||
primaryKeyTable | string | |
tag | string | |
return |
public ColumnAction ( |
||
table | ||
name | string | |
return | System |
public ColumnAction ( |
||
table | ||
name | string | |
type | DbType | |
return | System |
public Default ( object value ) : |
||
value | object | |
return |
public ForeignKey ( string name, string primaryKeyTable ) : |
||
name | string | |
primaryKeyTable | string | |
return |
public ForeignKey ( string name, string primaryKeyTable, string primaryKeyColumn ) : |
||
name | string | |
primaryKeyTable | string | |
primaryKeyColumn | string | |
return |
public LinkedTo ( string column ) : |
||
column | string | |
return |
public PrimaryKeyWithIdentity ( ) : |
||
return |