Method | Description | |
---|---|---|
ColumnCommand ( string tableName, string name ) : System.Data | ||
Unlimited ( ) : |
||
WithDefault ( object @default ) : |
||
WithLength ( int length ) : |
||
WithType ( DbType dbType ) : |
public ColumnCommand ( string tableName, string name ) : System.Data | ||
tableName | string | |
name | string | |
return | System.Data |
public WithDefault ( object @default ) : |
||
@default | object | |
return |
public WithLength ( int length ) : |
||
length | int | |
return |
public WithType ( DbType dbType ) : |
||
dbType | DbType | |
return |