Метод | Описание | |
---|---|---|
CreateColumnCommand ( string tableName, string name ) : System.Data | ||
Identity ( ) : |
||
NotNull ( ) : |
||
NotUnique ( ) : |
||
Nullable ( ) : |
||
PrimaryKey ( ) : |
||
Unique ( ) : |
||
Unlimited ( ) : |
||
WithDefault ( object @default ) : |
||
WithLength ( int length ) : |
||
WithPrecision ( byte precision ) : |
||
WithScale ( byte scale ) : |
||
WithType ( DbType dbType ) : |
public CreateColumnCommand ( string tableName, string name ) : System.Data | ||
tableName | string | |
name | string | |
Результат | System.Data |
public NotUnique ( ) : |
||
Результат |
public PrimaryKey ( ) : |
||
Результат |
public Unlimited ( ) : |
||
Результат |
public WithDefault ( object @default ) : |
||
@default | object | |
Результат |
public WithLength ( int length ) : |
||
length | int | |
Результат |
public WithPrecision ( byte precision ) : |
||
precision | byte | |
Результат |
public WithScale ( byte scale ) : |
||
scale | byte | |
Результат |
public WithType ( DbType dbType ) : |
||
dbType | DbType | |
Результат |