Метод | Описание | |
---|---|---|
AlterColumnCommand ( string tableName, string columnName ) : System.Data | ||
Unlimited ( ) : |
||
WithLength ( int length ) : |
||
WithType ( DbType dbType ) : |
||
WithType ( DbType dbType, byte precision, byte scale ) : |
||
WithType ( DbType dbType, int length ) : |
public AlterColumnCommand ( string tableName, string columnName ) : System.Data | ||
tableName | string | |
columnName | string | |
Результат | System.Data |
public WithLength ( int length ) : |
||
length | int | |
Результат |
public WithType ( DbType dbType ) : |
||
dbType | DbType | |
Результат |
public WithType ( DbType dbType, byte precision, byte scale ) : |
||
dbType | DbType | |
precision | byte | |
scale | byte | |
Результат |
public WithType ( DbType dbType, int length ) : |
||
dbType | DbType | |
length | int | |
Результат |