메소드 | 설명 | |
---|---|---|
AsPrimaryKey ( ) : |
||
Comment ( string comment ) : |
||
DefaultValue ( object value ) : |
||
FluentColumn ( string name ) : System.Data | ||
FluentColumn ( string name, DbType type ) : System.Data | ||
FluentColumn ( string name, DbType type, int size ) : System.Data | ||
NotNull ( ) : |
||
Size ( int size ) : |
public DefaultValue ( object value ) : |
||
value | object | |
리턴 |
public FluentColumn ( string name, DbType type ) : System.Data | ||
name | string | |
type | DbType | |
리턴 | System.Data |
public FluentColumn ( string name, DbType type, int size ) : System.Data | ||
name | string | |
type | DbType | |
size | int | |
리턴 | System.Data |